guix-patches
[Top][All Lists]
Advanced

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

[bug#47643] [PATCH core-updates 1/5] gnu: librsvg: Correct unbound varia


From: Raghav Gururajan
Subject: [bug#47643] [PATCH core-updates 1/5] gnu: librsvg: Correct unbound variable.
Date: Wed, 14 Apr 2021 08:08:13 -0400

* gnu/packages/gnome.scm (librsvg)[phases](gnu-configure): Modify.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f5a8a4d2bd..53258d062a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3442,7 +3442,7 @@ for dealing with different structured file formats.")
               (list "--disable-static"
                     "--enable-vala"
                (string-append "--with-html-dir="
-                              (assoc-ref %outputs "doc")
+                              (assoc-ref outputs "doc")
                               "/share/gtk-doc/html")))))
          (add-after 'configure 'dont-vendor-self
            (lambda* (#:key vendor-dir #:allow-other-keys)
-- 
2.31.1






reply via email to

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