diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:10:41 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:26 -0400 |
commit | b8859d30b7453621a53520fb93421d7ceccb87ee (patch) | |
tree | c6dbb393b025df7e3bbbf2baba4b408f1e77b2fd /gnu/packages | |
parent | a5815cc1bb59d028bfa4bacb65b735df8d5367ab (diff) |
gnu: Remove python2-pkgconfig.
* gnu/packages/python-xyz.scm (python2-pkgconfig): Delete variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3f62b0f3b2..6c1cc59035 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16336,9 +16336,6 @@ check if a package meets certain version requirements, query CFLAGS and 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") |