mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03: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 ];
|
||||
|
||||
doCheck = true;
|
||||
doCheck = stdenv.buildPlatform == stdenv.hostPlatform;
|
||||
|
||||
installFlags = [ "configfile=\${out}/etc/unbound/unbound.conf" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user