mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: librsvg-next: Enable vala support.
* gnu/packages/gnome.scm (librsvg-next)[arguments]: Adjust custom 'gnu-configure phase to add configure flags.
This commit is contained in:
parent
38adeb6b90
commit
4b16cb646d
1 changed files with 7 additions and 6 deletions
|
@ -2438,12 +2438,13 @@ (define-public librsvg-next
|
|||
"gdk_pixbuf_cache_file = $(TMPDIR)/loaders.cache\n"))
|
||||
#t))
|
||||
(add-after 'configure 'gnu-configure
|
||||
(assoc-ref gnu:%standard-phases 'configure))
|
||||
;(lambda* (#:key outputs #:allow-other-keys)
|
||||
; ((assoc-ref gnu:%standard-phases 'configure)
|
||||
; #:outputs outputs
|
||||
; #:configure-flags ("--disable-static"
|
||||
; "--enable-vala"))))
|
||||
(lambda* (#:key inputs native-inputs outputs #:allow-other-keys)
|
||||
((assoc-ref gnu:%standard-phases 'configure)
|
||||
#:native-inputs native-inputs
|
||||
#:inputs inputs
|
||||
#:outputs outputs
|
||||
#:configure-flags (list "--disable-static"
|
||||
"--enable-vala"))))
|
||||
(add-after 'configure 'dont-vendor-self
|
||||
(lambda* (#:key vendor-dir #:allow-other-keys)
|
||||
;; Don't keep the whole tarball in the vendor directory
|
||||
|
|
Loading…
Reference in a new issue