mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: Remove python2-llfuse.
* gnu/packages/python-xyz.scm (python2-llfuse): Remove variable. (python-llfuse)[properties]: Remove field.
This commit is contained in:
parent
95664bc648
commit
418208090b
1 changed files with 1 additions and 8 deletions
|
@ -11123,14 +11123,7 @@ (define-public python-llfuse
|
|||
(description
|
||||
"Python-LLFUSE is a set of Python bindings for the low level FUSE API.")
|
||||
(home-page "https://bitbucket.org/nikratio/python-llfuse/")
|
||||
(license license:lgpl2.0+)
|
||||
(properties `((python2-variant . ,(delay python2-llfuse))))))
|
||||
|
||||
(define-public python2-llfuse
|
||||
(let ((base (package-with-python2
|
||||
(strip-python2-variant python-llfuse))))
|
||||
(package/inherit base
|
||||
(propagated-inputs `(("python2-contextlib2" ,python2-contextlib2))))))
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public python-msgpack
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue