gnu: python-send2trash: Really delay Python2 variant.
This is a follow-up to commit 4782a06f45
, which
somehow solved my problem, but did so incorrectly.
* gnu/packages/python-xyz.scm (python-send2trash)[properties]: Refer to
PYTHON2-SEND2TRASH.
This commit is contained in:
parent
cbeb891344
commit
20b3fde776
1 changed files with 1 additions and 1 deletions
|
@ -13581,7 +13581,7 @@ (define-public python-send2trash
|
|||
(synopsis "Send files to the user's @file{~/Trash} directory")
|
||||
(description "This package provides a Python library to send files to the
|
||||
user's @file{~/Trash} directory.")
|
||||
(properties `((python2-variant . ,(delay python-send2trash))))
|
||||
(properties `((python2-variant . ,(delay python2-send2trash))))
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python2-send2trash
|
||||
|
|
Loading…
Reference in a new issue