gnu: librsvg: Remove htmldir configure flag.
* gnu/packages/gnome.scm (librsvg)[arguments]: Update configure-flags to remove the htmldir directory option. Change-Id: Ia8a0d73d00edf899eac8c9e12071b92c0eef5258
This commit is contained in:
parent
9c97342939
commit
fc5677a018
1 changed files with 1 additions and 3 deletions
|
@ -3620,9 +3620,7 @@ for dealing with different structured file formats.")
|
||||||
(apply (assoc-ref gnu:%standard-phases 'configure)
|
(apply (assoc-ref gnu:%standard-phases 'configure)
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list "--disable-static"
|
(list "--disable-static"
|
||||||
"--enable-vala"
|
"--enable-vala")
|
||||||
(string-append "--with-html-dir=" #$output
|
|
||||||
"/share/gtk-doc/html"))
|
|
||||||
args)))
|
args)))
|
||||||
(add-after 'configure 'dont-vendor-self
|
(add-after 'configure 'dont-vendor-self
|
||||||
(lambda* (#:key vendor-dir #:allow-other-keys)
|
(lambda* (#:key vendor-dir #:allow-other-keys)
|
||||||
|
|
Reference in a new issue