Last active
January 1, 2018 11:47
-
-
Save mrosset/4d9c85ae3cc3bbc9adcc3f72081f4f13 to your computer and use it in GitHub Desktop.
This file contains 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 characters
(define-public python2-libtorrent | |
(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"))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment