darwin: ipython: fix build inputs for darwin

This commit is contained in:
Asko Soukka
2015-11-02 09:49:29 +02:00
parent 4435e317e9
commit 8ba089c5ae
+4
View File
@@ -7932,6 +7932,10 @@ let
sha256 = "2fd276c407fb0b29e5d4884a7029a2c27fef0a06fd7a34924cce69b7cc43f4da";
};
prePatch = stdenv.lib.optionalString stdenv.isDarwin ''
substituteInPlace setup.py --replace "'gnureadline'" " "
'';
buildInputs = with self; [nose] ++ optionals isPy27 [mock];
propagatedBuildInputs = with self;