Revert "unbound: don't run tests when cross compiling"
This reverts commit 28e5327e96.
This change didn't have any effect, because stdenv.mkDerivation will
ignore the doCheck argument when cross-compiling. The reason tests
are being run when cross-compiling is because of the manual checkPhase
invocation in postFixup.
This commit is contained in:
@@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
checkInputs = [ bison ];
|
||||
|
||||
doCheck = stdenv.buildPlatform == stdenv.hostPlatform;
|
||||
doCheck = true;
|
||||
|
||||
installFlags = [ "configfile=\${out}/etc/unbound/unbound.conf" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user