diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-13 15:00:02 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:54:12 -0400 |
commit | afde361377478ad9d2b12467e9e8890f227629bd (patch) | |
tree | 7d7f76ece3b9e808757b5d4cc8d1119c0f19d903 /gnu | |
parent | b0193c649fa70b31c2c63f82abb7cf9309066b6c (diff) |
gnu: Remove python2-libxml2.
* gnu/packages/xml.scm (python2-libxml2): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xml.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 99cb02a09a..c26ca68672 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -345,9 +345,6 @@ formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.") (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") |