gnu: gtk+: Pass --with-html-dir=$doc.
Fixes a regression introduced in 6b1f238
.
* gnu/packages/gtk.scm (gtk+)[arguments]: Add #:configure-flags.
master
parent
13cc689ae8
commit
260b07a7d0
|
@ -505,7 +505,12 @@ application suites.")
|
|||
("python-wrapper" ,python-wrapper)
|
||||
("xorg-server" ,xorg-server)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(;; 47 MiB goes to "out" (24 of which is locale data!), and 26 MiB goes
|
||||
;; to "doc".
|
||||
#:configure-flags (list (string-append "--with-html-dir="
|
||||
(assoc-ref %outputs "doc")
|
||||
"/share/gtk-doc/html"))
|
||||
#:phases
|
||||
(alist-cons-before
|
||||
'configure 'pre-configure
|
||||
(lambda _
|
||||
|
|
Reference in New Issue