From 454c9731973d15a22967cfd815134ee5d251c053 Mon Sep 17 00:00:00 2001 From: Adam Faiz Date: Mon, 20 Feb 2023 21:50:30 +0800 Subject: 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 --- 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 @@ (define-public gnunet-gtk (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") -- cgit v1.2.3