mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 02:23:07 +03:00
libidn: Disable tests
These don't build on GCC 7. http://hydra.nixos.org/build/57056239
This commit is contained in:
parent
e34a139f23
commit
38abff8678
@ -10,8 +10,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
outputs = [ "bin" "dev" "out" "info" "devdoc" ];
|
||||
|
||||
doCheck = ! stdenv.isDarwin;
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
buildInputs = stdenv.lib.optional stdenv.isDarwin libiconv;
|
||||
|
Loading…
Reference in New Issue
Block a user