diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-15 16:44:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-15 16:44:27 +0100 |
commit | 574b1d0262c0e9af8aa7bbfe4998a498f2ba23da (patch) | |
tree | 3dc83ef674582761ddf49b51ed52269dd59f985f /gnu/packages | |
parent | 6bc862c10035e0521b736ed5c9e7dd1f2dd92eb5 (diff) | |
download | guix-574b1d0262c0e9af8aa7bbfe4998a498f2ba23da.tar.gz guix-574b1d0262c0e9af8aa7bbfe4998a498f2ba23da.zip |
gnu: python-pyicu: Set python2-variant.
This follows up on commit d65854bdda4ad5464fcd8fe6289eedc13ea82ba1, which
did not fix test failures for dependents using package-with-python2.
* gnu/packages/python.scm (python-pyicu)[properties]: Set python2-variant.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index c6dd67fb29..082856bfbf 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1127,6 +1127,7 @@ Python 3.3+.") (synopsis "Python extension wrapping the ICU C++ API") (description "PyICU is a python extension wrapping the ICU C++ API.") + (properties `((python2-variant . ,(delay python2-pyicu)))) (license license:x11))) (define-public python2-pyicu |