mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
unbound: don't run tests when cross compiling
This commit is contained in:
parent
d5964b8c81
commit
28e5327e96
@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
checkInputs = [ bison ];
|
checkInputs = [ bison ];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = stdenv.buildPlatform == stdenv.hostPlatform;
|
||||||
|
|
||||||
installFlags = [ "configfile=\${out}/etc/unbound/unbound.conf" ];
|
installFlags = [ "configfile=\${out}/etc/unbound/unbound.conf" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user