mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Remove python2-pkgconfig.
* gnu/packages/python-xyz.scm (python2-pkgconfig): Delete variable.
This commit is contained in:
parent
a5815cc1bb
commit
b8859d30b7
1 changed files with 0 additions and 3 deletions
|
@ -16336,9 +16336,6 @@ (define-public python-pkgconfig
|
||||||
LDFLAGS and parse the output to build extensions with setup.py.")
|
LDFLAGS and parse the output to build extensions with setup.py.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-pkgconfig
|
|
||||||
(package-with-python2 python-pkgconfig))
|
|
||||||
|
|
||||||
(define-public python-bz2file
|
(define-public python-bz2file
|
||||||
(package
|
(package
|
||||||
(name "python-bz2file")
|
(name "python-bz2file")
|
||||||
|
|
Loading…
Reference in a new issue