pythonPackages.pyqt56: Drop unused package

This commit is contained in:
adisbladis 2018-01-13 03:48:23 +08:00
parent 907b143dc4
commit 964da1b91a
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5

View File

@ -320,10 +320,6 @@ in {
pythonPackages = self;
};
pyqt56 = pkgs.libsForQt56.callPackage ../development/python-modules/pyqt/5.x.nix {
pythonPackages = self;
};
pyqt5 = pkgs.libsForQt5.callPackage ../development/python-modules/pyqt/5.x.nix {
pythonPackages = self;
};