Merge pull request #415 from bjornfor/ipython-pylab

ipython: modularize and enable more features
This commit is contained in:
Rok Garbas
2013-03-27 09:30:22 -07:00
2 changed files with 32 additions and 3 deletions

View File

@@ -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;
};