From 9011877385cf6e1d2d83c7c08ac64e765b59c004 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Wed, 7 Apr 2021 16:42:26 -0400 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f393e768af..bcecff5b0a 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) -- cgit v1.2.3