Merge pull request #114980 from fabaff/ge25519
This commit is contained in:
@@ -989,6 +989,8 @@ in {
|
||||
|
||||
bitcoin-price-api = callPackage ../development/python-modules/bitcoin-price-api { };
|
||||
|
||||
bitlist = callPackage ../development/python-modules/bitlist { };
|
||||
|
||||
bitmath = callPackage ../development/python-modules/bitmath { };
|
||||
|
||||
bitstring = callPackage ../development/python-modules/bitstring { };
|
||||
@@ -2244,6 +2246,8 @@ in {
|
||||
|
||||
fdint = callPackage ../development/python-modules/fdint { };
|
||||
|
||||
fe25519 = callPackage ../development/python-modules/fe25519 { };
|
||||
|
||||
feedgen = callPackage ../development/python-modules/feedgen { };
|
||||
|
||||
feedgenerator = callPackage ../development/python-modules/feedgenerator { inherit (pkgs) glibcLocales; };
|
||||
@@ -2458,6 +2462,8 @@ in {
|
||||
foundationdb60 = callPackage ../servers/foundationdb/python.nix { foundationdb = pkgs.foundationdb60; };
|
||||
foundationdb61 = callPackage ../servers/foundationdb/python.nix { foundationdb = pkgs.foundationdb61; };
|
||||
|
||||
fountains = callPackage ../development/python-modules/fountains { };
|
||||
|
||||
foxdot = callPackage ../development/python-modules/foxdot { };
|
||||
|
||||
fpdf = callPackage ../development/python-modules/fpdf { };
|
||||
@@ -2542,6 +2548,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;
|
||||
@@ -4771,6 +4779,8 @@ in {
|
||||
|
||||
partd = callPackage ../development/python-modules/partd { };
|
||||
|
||||
parts = callPackage ../development/python-modules/parts { };
|
||||
|
||||
parver = callPackage ../development/python-modules/parver { };
|
||||
arpeggio = callPackage ../development/python-modules/arpeggio { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user