foundationdb: install python bindings
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
@@ -17554,6 +17554,18 @@ EOF
|
||||
})).python;
|
||||
|
||||
rfc7464 = callPackage ../development/python-modules/rfc7464 { };
|
||||
|
||||
foundationdb51 = (toPythonModule (pkgs.fdbPackages.override {
|
||||
inherit python;
|
||||
}).foundationdb51).python;
|
||||
|
||||
foundationdb52 = (toPythonModule (pkgs.fdbPackages.override {
|
||||
inherit python;
|
||||
}).foundationdb52).python;
|
||||
|
||||
foundationdb60 = (toPythonModule (pkgs.fdbPackages.override {
|
||||
inherit python;
|
||||
}).foundationdb60).python;
|
||||
});
|
||||
|
||||
in fix' (extends overrides packages)
|
||||
|
||||
Reference in New Issue
Block a user