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

0 comments on commit 8cc5530

Please sign in to comment.