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
|
@ -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
|
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
|
Python implementation of the @code{wcwidth} and @code{wcswidth} C functions
|
||||||
specified in POSIX.1-2001 and POSIX.1-2008.")
|
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
|
(define-public python2-wcwidth
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue