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:
Leo Famulari 2016-06-29 22:17:26 -04:00
parent 468e0b18d1
commit e4875826d8
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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