Last active
January 1, 2018 11:47
-
-
Save mrosset/4d9c85ae3cc3bbc9adcc3f72081f4f13 to your computer and use it in GitHub Desktop.
Revisions
-
mrosset revised this gist
Jan 1, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,10 +2,10 @@ (package (inherit libtorrent) (name "python2-libtorrent") (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases (add-before 'build 'enable-python-libtorrent (lambda* (#:key inputs #:allow-other-keys)))))) (synopsis "python bindings for libtorrent"))) -
mrosset created this gist
Jan 1, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ (define-public python2-libtorrent (package (inherit libtorrent) (name "python2-libtorrent") (arguments `(#:phases (modify-phases %standard-phases (add-before 'build 'enable-python-libtorrent (lambda* (#:key inputs #:allow-other-keys)))))) (build-system gnu-build-system) (synopsis "python bindings for libtorrent")))