Skip to content
Snippets Groups Projects
Unverified Commit 4782a06f authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: python-send2trash: Properly delay python2 variant.

* gnu/packages/python-xyz.scm (python2-send2trash)[properties]: Move from here ...
(python-send2trash)[properties]: ... to here.
parent c105e509
No related branches found
No related tags found
No related merge requests found
......@@ -13581,6 +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))))
(license license:bsd-3)))
 
(define-public python2-send2trash
......@@ -13594,8 +13595,7 @@ (define-public python2-send2trash
(lambda _
(setenv "PYTHONPATH"
(string-append (getcwd) ":" (getenv "PYTHONPATH")))
#t))))))
(properties `((python2-variant . ,(delay python-send2trash))))))
#t))))))))
 
(define-public python-yapf
(package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment