3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #145304 from lovesegfault/unbound-fix-cross-cc

This commit is contained in:
Bernardo Meurer 2021-11-09 22:47:24 -08:00 committed by GitHub
commit 23e4049dcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
checkInputs = [ bison ];
doCheck = true;
doCheck = stdenv.buildPlatform == stdenv.hostPlatform;
installFlags = [ "configfile=\${out}/etc/unbound/unbound.conf" ];