python3Packages.qutip: fix build

This commit is contained in:
Domen Kožar 2014-08-27 19:37:58 +02:00
parent cfbdb07159
commit ede4ec6eea

View file

@ -6985,7 +6985,7 @@ rec {
}; };
propagatedBuildInputs = [ numpy scipy matplotlib pkgs.pyqt4 propagatedBuildInputs = [ numpy scipy matplotlib pkgs.pyqt4
pkgs.cython ]; cython ];
buildInputs = with pkgs; [ gcc qt4 blas ] ++ [ nose ]; buildInputs = with pkgs; [ gcc qt4 blas ] ++ [ nose ];