diff options
author | Bruno Victal <mirai@makinata.eu> | 2023-10-09 21:06:33 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:42:12 +0200 |
commit | 4c9d88a18bc6ea29856e26e24cadef3b424948c0 (patch) | |
tree | aa45eec38bc27c6eb21808ad121ac72c42097ad6 /gnu/packages/networking.scm | |
parent | 04372ec0d119a286283a72132606359fdc6ba954 (diff) | |
download | guix-4c9d88a18bc6ea29856e26e24cadef3b424948c0.tar guix-4c9d88a18bc6ea29856e26e24cadef3b424948c0.tar.gz |
gnu: iputils: Use docbook-xml-5.0.1.
* gnu/packages/networking.scm (iputils)[native-inputs]: Use docbook-xml-5.0.1
over docbook-xml.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 85ad8573f9..b07a0e170e 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1656,7 +1656,7 @@ intended as a substitute for the PPPStatus and EthStatus projects.") (list gettext-minimal pkg-config docbook-xsl - docbook-xml + docbook-xml-5.0.1 libxml2 ;for XML_CATALOG_FILES libxslt)) (inputs |