mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Remove python2-libxml2.
* gnu/packages/xml.scm (python2-libxml2): Delete variable.
This commit is contained in:
parent
b0193c649f
commit
afde361377
1 changed files with 0 additions and 3 deletions
|
@ -345,9 +345,6 @@ (define-public python-libxml2
|
|||
(inputs `(("libxml2" ,libxml2)))
|
||||
(synopsis "Python bindings for the libxml2 library")))
|
||||
|
||||
(define-public python2-libxml2
|
||||
(package-with-python2 python-libxml2))
|
||||
|
||||
(define-public libxslt
|
||||
(package
|
||||
(name "libxslt")
|
||||
|
|
Loading…
Reference in a new issue