From bd7e98058ddcf038caca4604311660fd9e67a42e Mon Sep 17 00:00:00 2001 From: kiasoc5 Date: Wed, 26 Jan 2022 22:59:03 -0500 Subject: gnu: Remove python2-odfpy. * gnu/packages/xml.scm (python2-odfpy): Remove variable. Signed-off-by: Maxim Cournoyer --- gnu/packages/xml.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 50ce79fcd9..3ce5e771c7 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -1468,9 +1468,6 @@ files. It is designed to be fast and to handle large input files.") "Defusedxml provides XML bomb protection for Python stdlib modules.") (license license:psfl))) -(define-public python2-defusedxml - (package-with-python2 python-defusedxml)) - (define-public freexl (package (name "freexl") -- cgit v1.2.3 zko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)Author
2020-02-22build: Depend on guile-ssh 0.12.0...Lars-Dominik Braun
2019-08-17build: 'GUIX_CHECK_GUILE_JSON' really checks for Guile-JSON 3.x....Ludovic Courtès
2019-07-25maint: Switch to Guile-JSON 3.x....Ludovic Courtès
2019-05-06Add (guix lzlib)....Pierre Neidhardt
2018-11-23Update Guile-SQLite3 URL everywhere....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2018-06-01build: Check for Guile-SQLite3....Ludovic Courtès
2018-02-26build: Require Guile >= 2.0.13....Ludovic Courtès
2018-01-06build: Detect broken 'equal?' in Guile 2.2.1....Ludovic Courtès
2017-06-30build: Remove check for broken (srfi srfi-37)....Ludovic Courtès
2017-02-20gnu: Add bootstrap-binaries for 'aarch64-linux'....Efraim Flashner
2016-11-25offload: Use Guile-SSH instead of GNU lsh....Ludovic Courtès
2016-08-10build: Correctly determine the system type for GNU/Hurd systems....Manolis Ragkousis
2016-07-20Merge branch 'master' into core-updatesLudovic Courtès