Skip to content

Instantly share code, notes, and snippets.

@mrosset
Last active January 1, 2018 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrosset/4d9c85ae3cc3bbc9adcc3f72081f4f13 to your computer and use it in GitHub Desktop.
Save mrosset/4d9c85ae3cc3bbc9adcc3f72081f4f13 to your computer and use it in GitHub Desktop.
(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