me
/
guix
Archived
1
0
Fork 0

gnu: librsvg: Remove htmldir configure flag.

* gnu/packages/gnome.scm (librsvg)[arguments]: Update configure-flags
to remove the htmldir directory option.

Change-Id: Ia8a0d73d00edf899eac8c9e12071b92c0eef5258
Efraim Flashner 2023-11-20 09:55:51 +02:00
parent 9c97342939
commit fc5677a018
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 3 deletions

View File

@ -3620,9 +3620,7 @@ for dealing with different structured file formats.")
(apply (assoc-ref gnu:%standard-phases 'configure)
#:configure-flags
(list "--disable-static"
"--enable-vala"
(string-append "--with-html-dir=" #$output
"/share/gtk-doc/html"))
"--enable-vala")
args)))
(add-after 'configure 'dont-vendor-self
(lambda* (#:key vendor-dir #:allow-other-keys)