mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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:
parent
157cdce9c3
commit
ab2dd0419a
1 changed files with 0 additions and 10 deletions
|
@ -3124,16 +3124,6 @@ (define-public libnotify
|
||||||
(list
|
(list
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-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.
|
(propagated-inputs (list gdk-pixbuf glib)) ;in Requires of libnotify.pc.
|
||||||
(inputs (list gtk+ libpng))
|
(inputs (list gtk+ libpng))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue