forked from mirrors/nixpkgs
libidn: Don't run tests on darwin, something is wrong with the testing script
svn path=/nixpkgs/trunk/; revision=30501
This commit is contained in:
parent
aea0ac2543
commit
176bcf9453
|
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1vc8yni7sg5iq1ijg9l558pa4v6c1v5l57zc024lgxcmhy35wxig";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
doCheck = ! stdenv.isDarwin;
|
||||
|
||||
meta = {
|
||||
homepage = http://www.gnu.org/software/libidn/;
|
||||
|
|
Loading…
Reference in a new issue