release: disable check phase for building installation
This commit is contained in:
parent
9effaef334
commit
cba3c6089c
1 changed files with 6 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# This file defines how to "build" for packaging.
|
||||
|
||||
{ pkgs ? import <nixpkgs> {}
|
||||
, doCheck ? true
|
||||
, doCheck ? false
|
||||
}:
|
||||
|
||||
let
|
||||
|
|
@ -9,6 +9,11 @@ let
|
|||
inherit
|
||||
doCheck
|
||||
pkgs;
|
||||
|
||||
# disable checkPhase for build
|
||||
checkPhase = ''
|
||||
'';
|
||||
|
||||
};
|
||||
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue