diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-01 20:38:02 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-01 22:22:52 +0200 |
commit | a68515296c87aaaa31a80c072801774bc7e5a622 (patch) | |
tree | b6c8483a428c7fe685be7e5c7dcba2d1fa7ecef7 /gnu | |
parent | ebcb752d4bdc1f5dd59d548664f5bfc7b60b483e (diff) | |
download | guix-a68515296c87aaaa31a80c072801774bc7e5a622.tar.gz |
gnu: cheese: Don't patch docbook references.
* gnu/packages/gnome.scm (cheese)[arguments]: Remove phase patch-docbook-xml.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 9 |
1 files changed, 0 insertions, 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")) |