pythonPackages.PyRMVtransport: init at v0.2.9

This commit is contained in:
Martin Weinelt
2020-07-07 09:32:42 -07:00
committed by Jon
parent 29f08dc751
commit 8e1bae55ee
2 changed files with 50 additions and 0 deletions
+2
View File
@@ -1287,6 +1287,8 @@ in {
pyres = callPackage ../development/python-modules/pyres { };
PyRMVtransport = callPackage ../development/python-modules/PyRMVtransport { };
pyqt4 = callPackage ../development/python-modules/pyqt/4.x.nix {
inherit (pkgs) pkgconfig;
};