From 5cb1e43fd6eb7f87c9b17e9dc6d1a92ae7c360a4 Mon Sep 17 00:00:00 2001 From: Dan Peebles Date: Tue, 19 Jan 2016 22:28:42 -0500 Subject: nodejs-5: fix on darwin Turns out the darwin-flavored patches aren't needed anymore. Fixes #12305 --- pkgs/development/web/nodejs/v5.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'pkgs/development/web/nodejs') diff --git a/pkgs/development/web/nodejs/v5.nix b/pkgs/development/web/nodejs/v5.nix index f9e9ee12edc7..403abef23dfa 100644 --- a/pkgs/development/web/nodejs/v5.nix +++ b/pkgs/development/web/nodejs/v5.nix @@ -38,11 +38,8 @@ in stdenv.mkDerivation { dontDisableStatic = true; prePatch = '' patchShebangs . - sed -i 's/raise.*No Xcode or CLT version detected.*/version = "7.0.0"/' tools/gyp/pylib/gyp/xcode_emulation.py ''; - patches = stdenv.lib.optionals stdenv.isDarwin [ ./no-xcode.patch ./pkg-libpath.patch ]; - buildInputs = [ python which zlib libuv openssl python ] ++ optionals stdenv.isLinux [ utillinux http-parser ] ++ optionals stdenv.isDarwin [ pkgconfig openssl libtool ]; -- cgit 1.4.1