guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

31/32: gnu: librsvg-next: Enable vala support.


From: guix-commits
Subject: 31/32: gnu: librsvg-next: Enable vala support.
Date: Tue, 7 Jul 2020 07:39:45 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 4b16cb646d7afc474d55ea7a4c86e3fd73af4311
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 7 12:37:16 2020 +0300

    gnu: librsvg-next: Enable vala support.
    
    * gnu/packages/gnome.scm (librsvg-next)[arguments]: Adjust custom
    'gnu-configure phase to add configure flags.
---
 gnu/packages/gnome.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d2e452d..7ac4f05a 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]