guix-patches
[Top][All Lists]
Advanced

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

[bug#65479] [PATCH core-updates v3 47/63] gnu: libnotify: Drop docbook w


From: Bruno Victal
Subject: [bug#65479] [PATCH core-updates v3 47/63] gnu: libnotify: Drop docbook workarounds.
Date: Mon, 9 Oct 2023 21:06:35 +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 c7e655bc35..9af87ce095 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3070,16 +3070,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.41.0






reply via email to

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