gnu: librsvg: Correct unbound variable.
* gnu/packages/gnome.scm (librsvg)[phases](gnu-configure): Modify.
This commit is contained in:
parent
b66269db5f
commit
9011877385
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user