1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: libnotify: Drop docbook workarounds.

* gnu/packages/gnome.scm (libnotify)[arguments]<#:phases>: Drop 'fix-docbook
phase.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Bruno Victal
2023-10-09 21:06:35 +01:00
committed by Ludovic Courtès
parent 157cdce9c3
commit ab2dd0419a

View File

@@ -3124,16 +3124,6 @@ configuring CUPS.")
(list
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-docbook
(lambda* (#:key inputs #:allow-other-keys)
;; Don't attempt to download XSL schema.
(substitute* "meson.build"
(("http://docbook.sourceforge.net/release/xsl-ns/current\
/manpages/docbook.xsl")
(string-append #$(this-package-native-input "docbook-xsl")
"/xml/xsl/docbook-xsl-"
#$(package-version docbook-xsl)
"/manpages/docbook.xsl"))))))))
(propagated-inputs (list gdk-pixbuf glib)) ;in Requires of libnotify.pc.
(inputs (list gtk+ libpng))
(native-inputs