[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/16: gnu: cheese: Don't patch docbook references.
From: |
guix-commits |
Subject: |
12/16: gnu: cheese: Don't patch docbook references. |
Date: |
Thu, 1 Sep 2022 16:24:46 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit a68515296c87aaaa31a80c072801774bc7e5a622
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Sep 1 20:38:02 2022 +0200
gnu: cheese: Don't patch docbook references.
* gnu/packages/gnome.scm (cheese)[arguments]: Remove phase
patch-docbook-xml.
---
gnu/packages/gnome.scm | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5f0394d340..d002d22229 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10744,15 +10744,6 @@ photo-booth-like software, such as Cheese.")
(substitute* "meson_post_install.py"
(("gtk-update-icon-cache") (which "true")))
#t))
- (add-after 'unpack 'patch-docbook-xml
- (lambda* (#:key inputs #:allow-other-keys)
- ;; Avoid a network connection attempt during the build.
- (substitute* '("docs/reference/cheese.xml"
- "docs/reference/cheese-docs.xml")
- (("http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd")
- (string-append (assoc-ref inputs "docbook-xml")
- "/xml/dtd/docbook/docbookx.dtd")))
- #t))
(add-after 'install 'wrap-cheese
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))
- 02/16: gnu: gtk-vnc: Remove input labels., (continued)
- 02/16: gnu: gtk-vnc: Remove input labels., guix-commits, 2022/09/01
- 04/16: gnu: glade: gjs is a run-time dependency., guix-commits, 2022/09/01
- 05/16: gnu: glade: Update to 3.40.0., guix-commits, 2022/09/01
- 08/16: gnu: glade: Don't patch docbook files., guix-commits, 2022/09/01
- 09/16: gnu: glade: Use G-expression., guix-commits, 2022/09/01
- 13/16: gnu: network-manager-applet: Update to 1.28.0., guix-commits, 2022/09/01
- 14/16: gnu: network-manager-applet: Remove input labels., guix-commits, 2022/09/01
- 15/16: gnu: network-manager-applet: Remove obsolete input., guix-commits, 2022/09/01
- 03/16: gnu: gtk-vnc: Remove obsolete input., guix-commits, 2022/09/01
- 10/16: gnu: cheese: Update to 41.0., guix-commits, 2022/09/01
- 12/16: gnu: cheese: Don't patch docbook references.,
guix-commits <=
- 16/16: gnu: gnome-music: Remove input labels., guix-commits, 2022/09/01
- 07/16: gnu: glade: Remove obsolete input., guix-commits, 2022/09/01
- 11/16: gnu: cheese: Remove input labels., guix-commits, 2022/09/01