1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libidn: Disable tests

These don't build on GCC 7.

http://hydra.nixos.org/build/57056239
This commit is contained in:
Eelco Dolstra 2017-07-26 11:42:09 +02:00
parent e34a139f23
commit 38abff8678
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -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;