buildCrystalPackage: redirect stdout to /dev/null
makes build errors easier to diagnose
This commit is contained in:
parent
51e3c659a0
commit
9a3ed0e8c5
@ -120,7 +120,7 @@ stdenv.mkDerivation (mkDerivationArgs // {
|
||||
|
||||
installCheckPhase = args.installCheckPhase or ''
|
||||
for f in $out/bin/*; do
|
||||
$f --help
|
||||
$f --help > /dev/null
|
||||
done
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user