guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: webkit: Fix ‘move-doc-files’.


From: guix-commits
Subject: 01/02: gnu: webkit: Fix ‘move-doc-files’.
Date: Wed, 1 May 2024 12:21:59 -0400 (EDT)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 63ba4fd1886398e63e8357b0b880d319ef749875
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Wed May 1 18:10:16 2024 +0200

    gnu: webkit: Fix ‘move-doc-files’.
    
    * gnu/packages/webkit.scm (webkitgtk)[#:phases]: Refer to $prefix/share/doc
    instead of the now unused $prefix/share/gtk-doc.
---
 gnu/packages/webkit.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index d374efc2af..a3a811fa6f 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -223,8 +223,8 @@ engine that uses Wayland for graphics output.")
             (lambda* (#:key outputs #:allow-other-keys)
               (let ((doc (assoc-ref outputs "doc")))
                 (mkdir-p (string-append doc "/share"))
-                (rename-file (string-append #$output "/share/gtk-doc")
-                             (string-append doc "/share/gtk-doc"))))))))
+                (rename-file (string-append #$output "/share/doc")
+                             (string-append doc "/share/doc"))))))))
     (native-inputs
      (list bison
            gettext-minimal



reply via email to

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