3
0
Fork 0
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:
Shea Levy 2011-11-20 21:51:17 +00:00
parent aea0ac2543
commit 176bcf9453

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "1vc8yni7sg5iq1ijg9l558pa4v6c1v5l57zc024lgxcmhy35wxig";
};
doCheck = true;
doCheck = ! stdenv.isDarwin;
meta = {
homepage = http://www.gnu.org/software/libidn/;