pythonPackages.qtconsole: use pyqt5 backend
instead of pyqt4 which required building qt4.
This commit is contained in:
parent
8d491ec6c6
commit
8cc5530a73
@ -22339,7 +22339,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [ nose ] ++ optionals isPy27 [mock];
|
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
|
# : cannot connect to X server
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user