guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#65479] [PATCH core-updates 46/61] gnu: libnotify: Drop docbook work


From: Bruno Victal
Subject: [bug#65479] [PATCH core-updates 46/61] gnu: libnotify: Drop docbook workarounds.
Date: Wed, 23 Aug 2023 23:35:38 +0100

* gnu/packages/gnome.scm (libnotify)[arguments]<#:phases>: Drop 'fix-docbook
phase.
---
 gnu/packages/gnome.scm | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6a63bb36b4..2a0c2a8e2c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3069,16 +3069,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
-- 
2.40.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]