pythonPackages.pyres: init at 1.5

This commit is contained in:
Jaakko Luttinen
2018-11-29 12:38:28 +01:00
committed by Maximilian Bosch
parent 5d2ac2cd06
commit 735abd8c4c
2 changed files with 32 additions and 0 deletions
+2
View File
@@ -585,6 +585,8 @@ in {
pyparser = callPackage ../development/python-modules/pyparser { };
pyres = callPackage ../development/python-modules/pyres { };
pyqt4 = callPackage ../development/python-modules/pyqt/4.x.nix {
pythonPackages = self;
};