me
/
guix
Archived
1
0
Fork 0

gnu: librsvg-next: Enable vala support.

* gnu/packages/gnome.scm (librsvg-next)[arguments]: Adjust custom
'gnu-configure phase to add configure flags.
Efraim Flashner 2020-07-07 12:37:16 +03:00
parent 38adeb6b90
commit 4b16cb646d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 7 additions and 6 deletions

View File

@ -2438,12 +2438,13 @@ library.")
"gdk_pixbuf_cache_file = $(TMPDIR)/loaders.cache\n")) "gdk_pixbuf_cache_file = $(TMPDIR)/loaders.cache\n"))
#t)) #t))
(add-after 'configure 'gnu-configure (add-after 'configure 'gnu-configure
(assoc-ref gnu:%standard-phases 'configure)) (lambda* (#:key inputs native-inputs outputs #:allow-other-keys)
;(lambda* (#:key outputs #:allow-other-keys) ((assoc-ref gnu:%standard-phases 'configure)
; ((assoc-ref gnu:%standard-phases 'configure) #:native-inputs native-inputs
; #:outputs outputs #:inputs inputs
; #:configure-flags ("--disable-static" #:outputs outputs
; "--enable-vala")))) #:configure-flags (list "--disable-static"
"--enable-vala"))))
(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)
;; Don't keep the whole tarball in the vendor directory ;; Don't keep the whole tarball in the vendor directory