* ipython: simplify.

svn path=/nixpkgs/branches/modular-python/; revision=26565
This commit is contained in:
Eelco Dolstra
2011-03-28 12:40:53 +00:00
parent 3c9f4e6e72
commit cef7e52b5a
2 changed files with 4 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, buildPythonPackage }:
{ stdenv, fetchurl, buildPythonPackage, pythonPackages }:
buildPythonPackage {
name = "ipython-0.10.1";
@@ -8,6 +8,8 @@ buildPythonPackage {
sha256 = "18zwrg25zn72w4rmcwxzcw11ibgp001fawm2sz189zv86z70fxi2";
};
propagatedBuildInputs = [ pythonPackages.readline ];
doCheck = false;
meta = {