guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: gnunet-gtk: Use new style inputs and gexps.


From: guix-commits
Subject: 04/04: gnu: gnunet-gtk: Use new style inputs and gexps.
Date: Wed, 22 Feb 2023 11:06:44 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 454c9731973d15a22967cfd815134ee5d251c053
Author: Adam Faiz <adam.faiz@disroot.org>
AuthorDate: Mon Feb 20 21:50:30 2023 +0800

    gnu: gnunet-gtk: Use new style inputs and gexps.
    
    * gnu/packages/gnunet.scm (gnunet-gtk)[arguments]: Use new style and gexps.
      [inputs]: Use new style.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/gnunet.scm | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 1fe8e95086..3ed18fbdb5 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -446,21 +446,21 @@ The following services are supported:
                (base32
                 "0z2731l69vnfsa0cdsw8wh8g1d08wz15y5n0a58qjpf7baric01k"))))
     (arguments
-     `(#:configure-flags
-       (list "--with-libunique"
-             "--with-qrencode"
-             (string-append "--with-gnunet="
-                            (assoc-ref %build-inputs "gnunet")))))
+     (list #:configure-flags
+           #~(list "--with-libunique"
+                   "--with-qrencode"
+                   (string-append "--with-gnunet="
+                                  #$(this-package-input "gnunet")))))
     (inputs
-     `(("glade3" ,glade3)
-       ("gnunet" ,gnunet)
-       ("gnutls" ,gnutls/dane)
-       ("gtk+" ,gtk+)
-       ("libextractor" ,libextractor)
-       ("libgcrypt" ,libgcrypt)
-       ("libsodium" ,libsodium)
-       ("libunique" ,libunique)
-       ("qrencode" ,qrencode)))
+     (list glade3
+           gnunet
+           gnutls/dane
+           gtk+
+           libextractor
+           libgcrypt
+           libsodium
+           libunique
+           qrencode))
     (native-inputs
      (list pkg-config libglade))
     (synopsis "Graphical front-end tools for GNUnet")



reply via email to

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