mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: kdoctools: Compile with docbook-xml@4.5.
* gnu/packages/kde-frameworks.scm (kdoctools): Use docbook-xml-4.5 instead of docbook-xml.
This commit is contained in:
parent
524b54ae58
commit
de76f4545c
1 changed files with 2 additions and 2 deletions
|
@ -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 @@ (define-public kdoctools
|
|||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list docbook-xml
|
||||
(list docbook-xml-4.5
|
||||
docbook-xsl
|
||||
karchive
|
||||
ki18n
|
||||
|
|
Loading…
Reference in a new issue