Merge pull request #22981 from davidak/PyZufall

PyZufall: init at 0.13.2
This commit is contained in:
Frederik Rietdijk
2017-02-26 22:49:08 +01:00
committed by GitHub
2 changed files with 32 additions and 0 deletions

View File

@@ -364,6 +364,8 @@ in {
relatorio = callPackage ../development/python-modules/relatorio { };
pyzufall = callPackage ../development/python-modules/pyzufall { };
rhpl = if !isPy3k then callPackage ../development/python-modules/rhpl {} else throw "rhpl not supported for interpreter ${python.executable}";
simpleeval = callPackage ../development/python-modules/simpleeval { };