gnu: librsvg: Correct unbound variable.

* gnu/packages/gnome.scm (librsvg)[phases](gnu-configure): Modify.
This commit is contained in:
Raghav Gururajan 2021-04-07 16:42:26 -04:00
parent b66269db5f
commit 9011877385
No known key found for this signature in database
GPG Key ID: 5F5816647F8BE551

View File

@ -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)