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.
master
Marius Bakke 2019-04-19 01:57:34 +02:00
parent cbeb891344
commit 20b3fde776
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -13581,7 +13581,7 @@ and works only with Python 2 and NumPy < 1.9.")
(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