Merge pull request #415 from bjornfor/ipython-pylab
ipython: modularize and enable more features
This commit is contained in:
@@ -49,7 +49,7 @@ pythonPackages = python.modules // rec {
|
||||
# packages defined elsewhere
|
||||
|
||||
ipython = import ../shells/ipython {
|
||||
inherit (pkgs) stdenv fetchurl;
|
||||
inherit (pkgs) stdenv fetchurl sip pyqt4;
|
||||
inherit buildPythonPackage pythonPackages;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user