gnu: Remove python2-pkgconfig.

* gnu/packages/python-xyz.scm (python2-pkgconfig): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:10:41 -04:00
parent a5815cc1bb
commit b8859d30b7
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -16336,9 +16336,6 @@ (define-public python-pkgconfig
LDFLAGS and parse the output to build extensions with setup.py.")
(license license:expat)))
(define-public python2-pkgconfig
(package-with-python2 python-pkgconfig))
(define-public python-bz2file
(package
(name "python-bz2file")