mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Remove python2-magic.
* gnu/packages/python-xyz.scm (python2-magic): Delete variable.
This commit is contained in:
parent
15558b09be
commit
5478ffa1ba
1 changed files with 0 additions and 3 deletions
|
@ -16474,9 +16474,6 @@ (define-public python-magic
|
|||
the same purpose: to provide Python bindings for libmagic.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python2-magic
|
||||
(package-with-python2 python-magic))
|
||||
|
||||
(define-public python-pkgconfig
|
||||
(package
|
||||
(name "python-pkgconfig")
|
||||
|
|
Loading…
Reference in a new issue