mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gtk: Drop docbook workaround.
* gnu/packages/gtk.scm (gtk)[arguments]<#:phases>: Drop docbook workaround. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
657e0209b6
commit
75edbd4f1e
1 changed files with 0 additions and 5 deletions
|
@ -1207,11 +1207,6 @@ application suites.")
|
||||||
"find_program('rst2man.py'"))))
|
"find_program('rst2man.py'"))))
|
||||||
(add-after 'unpack 'patch
|
(add-after 'unpack 'patch
|
||||||
(lambda* (#:key inputs native-inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs native-inputs outputs #:allow-other-keys)
|
||||||
;; Correct DTD resources of docbook.
|
|
||||||
(substitute* (find-files "docs" "\\.xml$")
|
|
||||||
(("http://www.oasis-open.org/docbook/xml/4.3/")
|
|
||||||
(string-append #$(this-package-native-input "docbook-xml")
|
|
||||||
"/xml/dtd/docbook/")))
|
|
||||||
;; Disable building of icon cache.
|
;; Disable building of icon cache.
|
||||||
(substitute* "meson.build"
|
(substitute* "meson.build"
|
||||||
(("gtk_update_icon_cache: true")
|
(("gtk_update_icon_cache: true")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue