http-parser: Broken on Darwin

http://hydra.nixos.org/build/38320273
This commit is contained in:
Tuomas Tynkkynen 2016-08-06 17:05:12 +03:00
parent 4f398dfd13
commit ea14f5c86d

View File

@ -42,6 +42,6 @@ in stdenv.mkDerivation {
homepage = https://github.com/joyent/http-parser;
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix;
platforms = stdenv.lib.platforms.linux; # Broken on pure-darwin, wants xcode
};
}