pythonPackages.qtconsole: use pyqt5 backend

instead of pyqt4 which required building qt4.
This commit is contained in:
Frederik Rietdijk 2017-04-18 11:21:04 +02:00
parent 8d491ec6c6
commit 8cc5530a73

View File

@ -22339,7 +22339,7 @@ in {
};
buildInputs = with self; [ nose ] ++ optionals isPy27 [mock];
propagatedBuildInputs = with self; [traitlets jupyter_core jupyter_client pygments ipykernel pyqt4];
propagatedBuildInputs = with self; [traitlets jupyter_core jupyter_client pygments ipykernel pyqt5];
# : cannot connect to X server
doCheck = false;