Merge pull request #89688 from veprbl/pr/g4py_rework

pythonPackages.geant4: init at 10.6.2
This commit is contained in:
Dmitry Kalinkin
2020-06-13 19:53:17 -04:00
committed by GitHub
6 changed files with 30 additions and 69 deletions
+5
View File
@@ -3896,6 +3896,11 @@ in {
gdrivefs = callPackage ../development/python-modules/gdrivefs { };
geant4 = disabledIf (!isPy3k) (toPythonModule (pkgs.geant4.override {
enablePython = true;
python3 = python;
}));
genshi = callPackage ../development/python-modules/genshi { };
gentools = callPackage ../development/python-modules/gentools { };