~ruther/guix-local

a68515296c87aaaa31a80c072801774bc7e5a622 — Marius Bakke 3 years ago ebcb752
gnu: cheese: Don't patch docbook references.

* gnu/packages/gnome.scm (cheese)[arguments]: Remove phase patch-docbook-xml.
1 files changed, 0 insertions(+), 9 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +0 -9
@@ 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"))