unbound: don't run tests when cross compiling

This commit is contained in:
Bernardo Meurer
2021-11-09 20:26:18 -08:00
parent d5964b8c81
commit 28e5327e96
+1 -1
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" ];