python3Packages.ge25519: init at 0.2.0

This commit is contained in:
Fabian Affolter
2021-03-06 21:46:49 +01:00
parent 60b78b1c09
commit 7cdb732449
2 changed files with 43 additions and 0 deletions
+2
View File
@@ -2530,6 +2530,8 @@ in {
gdrivefs = callPackage ../development/python-modules/gdrivefs { };
ge25519 = callPackage ../development/python-modules/ge25519 { };
geant4 = disabledIf (!isPy3k) (toPythonModule (pkgs.geant4.override {
enablePython = true;
python3 = python;