gnu: python-send2trash: Properly delay python2 variant.
* gnu/packages/python-xyz.scm (python2-send2trash)[properties]: Move from here ... (python-send2trash)[properties]: ... to here.
This commit is contained in:
parent
c105e50903
commit
4782a06f45
@ -13581,6 +13581,7 @@ and works only with Python 2 and NumPy < 1.9.")
|
|||||||
(synopsis "Send files to the user's @file{~/Trash} directory")
|
(synopsis "Send files to the user's @file{~/Trash} directory")
|
||||||
(description "This package provides a Python library to send files to the
|
(description "This package provides a Python library to send files to the
|
||||||
user's @file{~/Trash} directory.")
|
user's @file{~/Trash} directory.")
|
||||||
|
(properties `((python2-variant . ,(delay python-send2trash))))
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python2-send2trash
|
(define-public python2-send2trash
|
||||||
@ -13594,8 +13595,7 @@ user's @file{~/Trash} directory.")
|
|||||||
(lambda _
|
(lambda _
|
||||||
(setenv "PYTHONPATH"
|
(setenv "PYTHONPATH"
|
||||||
(string-append (getcwd) ":" (getenv "PYTHONPATH")))
|
(string-append (getcwd) ":" (getenv "PYTHONPATH")))
|
||||||
#t))))))
|
#t))))))))
|
||||||
(properties `((python2-variant . ,(delay python-send2trash))))))
|
|
||||||
|
|
||||||
(define-public python-yapf
|
(define-public python-yapf
|
||||||
(package
|
(package
|
||||||
|
Loading…
Reference in New Issue
Block a user