gnu: Remove python2-regex.
* gnu/packages/python-xyz.scm (python2-regex): Delete variable.
This commit is contained in:
parent
722fb58519
commit
764e195c78
1 changed files with 0 additions and 3 deletions
|
@ -20588,9 +20588,6 @@ compatible with the standard @code{re} module, but offers additional
|
||||||
functionality like full case-folding for case-insensitive matches in Unicode.")
|
functionality like full case-folding for case-insensitive matches in Unicode.")
|
||||||
(license license:psfl)))
|
(license license:psfl)))
|
||||||
|
|
||||||
(define-public python2-regex
|
|
||||||
(package-with-python2 python-regex))
|
|
||||||
|
|
||||||
(define-public python-pyopengl
|
(define-public python-pyopengl
|
||||||
(package
|
(package
|
||||||
(name "python-pyopengl")
|
(name "python-pyopengl")
|
||||||
|
|
Reference in a new issue