@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user