python3Packages.qtconsole: fix compile
It now depends on `qtpy`.
This commit is contained in:
parent
c831d1afc5
commit
92b43be92a
@ -10,6 +10,7 @@
|
|||||||
, pygments
|
, pygments
|
||||||
, ipykernel
|
, ipykernel
|
||||||
, pyqt5
|
, pyqt5
|
||||||
|
, qtpy
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -22,7 +23,7 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ nose ] ++ lib.optionals isPy27 [mock];
|
checkInputs = [ nose ] ++ lib.optionals isPy27 [mock];
|
||||||
propagatedBuildInputs = [traitlets jupyter_core jupyter_client pygments ipykernel pyqt5];
|
propagatedBuildInputs = [traitlets jupyter_core jupyter_client pygments ipykernel pyqt5 qtpy];
|
||||||
|
|
||||||
# : cannot connect to X server
|
# : cannot connect to X server
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user