guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: librsvg: Correct unbound variable.


From: guix-commits
Subject: 01/05: gnu: librsvg: Correct unbound variable.
Date: Mon, 19 Apr 2021 12:52:04 -0400 (EDT)

raghavgururajan pushed a commit to branch core-updates
in repository guix.

commit 9011877385cf6e1d2d83c7c08ac64e765b59c004
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Wed Apr 7 16:42:26 2021 -0400

    gnu: librsvg: Correct unbound variable.
    
    * 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 f393e76..bcecff5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3439,7 +3439,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)



reply via email to

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