libtorrentRasterbar: multi outputs, install python2/3 bindings

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp
2018-08-06 16:23:36 -05:00
parent 937e402b35
commit d8e62d202d
2 changed files with 18 additions and 4 deletions
+4
View File
@@ -17568,6 +17568,10 @@ EOF
foundationdb60 = (toPythonModule (pkgs.fdbPackages.override {
inherit python;
}).foundationdb60).python;
libtorrentRasterbar = (toPythonModule (pkgs.libtorrentRasterbar.override {
inherit python;
})).python;
});
in fix' (extends overrides packages)