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
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

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" ];