forked from mirrors/nixpkgs
Merge pull request #145304 from lovesegfault/unbound-fix-cross-cc
This commit is contained in:
commit
23e4049dcd
|
@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
checkInputs = [ bison ];
|
||||
|
||||
doCheck = true;
|
||||
doCheck = stdenv.buildPlatform == stdenv.hostPlatform;
|
||||
|
||||
installFlags = [ "configfile=\${out}/etc/unbound/unbound.conf" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue