From e4875826d8b31ef8529ac2b7ec65db35d0423a46 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 29 Jun 2016 22:17:26 -0400 Subject: 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 d29546749d..2134c1034a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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 -- cgit v1.2.3