[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: python-wcwidth: Add missing 'properties' field.
From: |
Leo Famulari |
Subject: |
01/02: gnu: python-wcwidth: Add missing 'properties' field. |
Date: |
Thu, 30 Jun 2016 02:31:21 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit e4875826d8b31ef8529ac2b7ec65db35d0423a46
Author: Leo Famulari <address@hidden>
Date: Wed Jun 29 22:17:26 2016 -0400
gnu: python-wcwidth: Add missing 'properties' field.
This is a followup to commit a44fd439dcef88b33c00db94fb3419e097401fee.
* gnu/packages/python.scm (python-wcwidth)[properties]: New field.
---
gnu/packages/python.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d295467..2134c10 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9261,7 +9261,8 @@ wide-character codes. It is useful for those
implementing a terminal emulator,
or programs that carefully produce output to be interpreted by one. It is a
Python implementation of the @code{wcwidth} and @code{wcswidth} C functions
specified in POSIX.1-2001 and POSIX.1-2008.")
- (license license:expat)))
+ (license license:expat)
+ (properties `((python2-variant . ,(delay python2-wcwidth))))))
(define-public python2-wcwidth
(package