gnu: cheese: Don't patch docbook references.

* gnu/packages/gnome.scm (cheese)[arguments]: Remove phase patch-docbook-xml.
This commit is contained in:
Marius Bakke 2022-09-01 20:38:02 +02:00
parent ebcb752d4b
commit a68515296c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -10744,15 +10744,6 @@ (define-public 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"))