gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 05/12: guix: Update to new inputs style.


From: gnunet
Subject: [gnunet-scheme] 05/12: guix: Update to new inputs style.
Date: Thu, 03 Feb 2022 18:42:50 +0100

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 6ddb71ef38765bccf3a1f27904a951cac28fc208
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Feb 3 15:27:58 2022 +0000

    guix: Update to new inputs style.
---
 guix.scm | 35 +++++++++++++++--------------------
 1 file changed, 15 insertions(+), 20 deletions(-)

diff --git a/guix.scm b/guix.scm
index d1b263b..8fde324 100644
--- a/guix.scm
+++ b/guix.scm
@@ -88,26 +88,21 @@
       (list
        
"--with-guile-site-dir=$(datarootdir)/guile/site/$(GUILE_EFFECTIVE_VERSION)"
        
"--with-guile-site-ccache-dir=$(libdir)/guile/site/$(GUILE_EFFECTIVE_VERSION)/site-ccache")))
-   (propagated-inputs `(("guile-zlib" ,guile-zlib)
-                       ("guile-bytestructures" ,guile-bytestructures)
-                       ("guile-fibers" ,guile-fibers/patched)
-                       ("guile-gcrypt" ,guile-gcrypt)
-                       ("guile-json" ,guile-json-4)
-                       ("guile-pfds" ,guile-pfds)))
-   (native-inputs `(("guile" ,guile-3.0/fixed)
-                   ("guile-gcrypt" ,guile-gcrypt)
-                   ("guile-json-4" ,guile-json-4)
-                   ("guile-pfds" ,guile-pfds)
-                   ("automake" ,automake)
-                   ;; Only used for testing.
-                   ("guile-quickcheck" ,guile-quickcheck)
-                    ;; Gettext brings 'AC_LIB_LINKFLAGS_FROM_LIBS'.
-                   ("gettext" ,gettext-minimal)
-                   ("pkg-config" ,pkg-config)
-                   ("autoconf" ,autoconf-wrapper)
-                   ("texmacs" ,texmacs)
-                   ("xvfb-run" ,xvfb-run)))
-   (inputs `(("guile" ,guile-3.0/fixed)))
+   (propagated-inputs
+    (list guile-zlib guile-bytestructures guile-fibers/patched guile-gcrypt
+         guile-json-4 guile-pfds))
+   (native-inputs
+    (list guile-3.0/fixed guile-gcrypt guile-json-4 guile-pfds
+         automake
+         ;; Only used for testing.
+         guile-quickcheck
+          ;; Gettext brings 'AC_LIB_LINKFLAGS_FROM_LIBS'.
+         gettext-minimal
+         pkg-config
+         autoconf-wrapper
+         texmacs
+         xvfb-run))
+   (inputs (list guile-3.0/fixed))
    (synopsis "partial Scheme port of GNUnet")
    (license license:agpl3+)
    (description #f)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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