mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Revert "http-parser: Broken on Darwin"
This reverts commit ea14f5c86d
.
LnL on IRC says it builds without without CommandLineTools, and
disabling this on darwin breaks large swaths of packages. In
particular we're seeing all of rust broken.
We're not sure why it was broken on hydra, but we're pretty sure
disabling it straight out was the wrong fix.
This commit is contained in:
parent
b0bc029f80
commit
5022978474
1 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,6 @@ in stdenv.mkDerivation {
|
|||
homepage = https://github.com/joyent/http-parser;
|
||||
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.linux; # Broken on pure-darwin, wants xcode
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue