From: Efraim Flashner Date: Tue, 7 Jul 2020 09:37:16 +0000 (+0300) Subject: gnu: librsvg-next: Enable vala support. X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/commitdiff_plain/4b16cb646d7afc474d55ea7a4c86e3fd73af4311 gnu: librsvg-next: Enable vala support. * gnu/packages/gnome.scm (librsvg-next)[arguments]: Adjust custom 'gnu-configure phase to add configure flags. --- diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d2e452d8f2..7ac4f05a8f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2438,12 +2438,13 @@ library.") "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