Skip to content

Commit

Permalink
pythonPackages.qtconsole: use pyqt5 backend
Browse files Browse the repository at this point in the history
instead of pyqt4 which required building qt4.

(cherry picked from commit 8cc5530)
  • Loading branch information
FRidh committed Apr 18, 2017
1 parent 2da9af9 commit 34a565c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Expand Up @@ -22248,7 +22248,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;
Expand Down

0 comments on commit 34a565c

Please sign in to comment.