mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: python-wcwidth: Add missing 'properties' field.
This is a followup to commit a44fd439dc
.
* gnu/packages/python.scm (python-wcwidth)[properties]: New field.
This commit is contained in:
parent
468e0b18d1
commit
e4875826d8
1 changed files with 2 additions and 1 deletions
|
@ -9261,7 +9261,8 @@ (define-public python-wcwidth
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue