[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: kdoctools: Compile with docbook-xml@4.
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: kdoctools: Compile with docbook-xml@4.5. |
Date: |
Fri, 21 Apr 2023 10:50:39 -0400 |
This is an automated email from the git hooks/post-receive script.
andreas pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new de76f4545c gnu: kdoctools: Compile with docbook-xml@4.5.
de76f4545c is described below
commit de76f4545ce4395deff669b295ccfffeb1efe869
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Fri Apr 21 16:48:54 2023 +0200
gnu: kdoctools: Compile with docbook-xml@4.5.
* gnu/packages/kde-frameworks.scm (kdoctools): Use docbook-xml-4.5 instead
of docbook-xml.
---
gnu/packages/kde-frameworks.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 3dbce00d36..058f64187d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
+;;; Copyright © 2015, 2023 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2016, 2019, 2020, 2022 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016-2019 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2016 David Craven <david@craven.ch>
@@ -1692,7 +1692,7 @@ application crashes.")
(native-inputs
(list extra-cmake-modules))
(inputs
- (list docbook-xml
+ (list docbook-xml-4.5
docbook-xsl
karchive
ki18n
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: kdoctools: Compile with docbook-xml@4.5.,
guix-commits <=