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
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3124,16 +3124,6 @@ (define-public libnotify
(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