diff options
author | Bruno Victal <mirai@makinata.eu> | 2023-10-09 21:06:35 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:42:12 +0200 |
commit | ab2dd0419ae1a7bd7df15d7e31218eebf73427ea (patch) | |
tree | 04cc76e8beaaeb4e63f72ad5905be8336894914e | |
parent | 157cdce9c34c99250e86f294cdf8b47e080f60d5 (diff) | |
download | guix-ab2dd0419ae1a7bd7df15d7e31218eebf73427ea.tar guix-ab2dd0419ae1a7bd7df15d7e31218eebf73427ea.tar.gz |
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>
-rw-r--r-- | gnu/packages/gnome.scm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 704d037cdf..eedad276cc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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 |