[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: python-send2trash: Really delay Python2 variant.
From: |
guix-commits |
Subject: |
01/01: gnu: python-send2trash: Really delay Python2 variant. |
Date: |
Thu, 18 Apr 2019 19:59:25 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 20b3fde7763a14f605ac8a0aba1abfa73a6e7dda
Author: Marius Bakke <address@hidden>
Date: Fri Apr 19 01:57:34 2019 +0200
gnu: python-send2trash: Really delay Python2 variant.
This is a follow-up to commit 4782a06f45d515eebc4d1ee8e958def409a0ef9f,
which
somehow solved my problem, but did so incorrectly.
* gnu/packages/python-xyz.scm (python-send2trash)[properties]: Refer to
PYTHON2-SEND2TRASH.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5138218..f64a09e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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