unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Adam Faiz via Guix-patches via <guix-patches@gnu.org>
To: 61651@debbugs.gnu.org
Subject: [bug#61651] [PATCH] gnu: gnunet-gtk: Use new style inputs, gexps.
Date: Mon, 20 Feb 2023 21:50:30 +0800	[thread overview]
Message-ID: <77d953d5-d0af-c41e-cffa-bb6acebd243e@disroot.org> (raw)
In-Reply-To: <dd9a732a-296b-2af8-42dc-a1abfdf88ab3@disroot.org>

 From 58f04e934a71781f0232fcd20b4e89df39062db9 Mon Sep 17 00:00:00 2001
Message-Id: 
<58f04e934a71781f0232fcd20b4e89df39062db9.1676897203.git.adam.faiz@disroot.org>
In-Reply-To: 
<7bfd653e503e7e8be16179ed1ba2ac15b303c8b7.1676897203.git.adam.faiz@disroot.org>
References: 
<7bfd653e503e7e8be16179ed1ba2ac15b303c8b7.1676897203.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Mon, 20 Feb 2023 20:18:23 +0800
Subject: [PATCH] gnu: gnunet-gtk: Use new style inputs, gexps.

* gnu/packages/gnunet.scm (gnunet-gtk): Use new style inputs, gexps.
[arguments]: Use new style and gexps.
[inputs]: Use new style.
---
  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 fea6c50947..264c876cc4 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -440,21 +440,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")
-- 
2.39.1




  parent reply	other threads:[~2023-02-20 13:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-20 13:47 [bug#61651] [PATCH] gnu: gnunet: Update to 0.19.3 Adam Faiz via Guix-patches via
2023-02-20 13:49 ` [bug#61651] [PATCH] gnu: gnunet-gtk: Update to 0.19.0 Adam Faiz via Guix-patches via
2023-02-20 13:50 ` Adam Faiz via Guix-patches via [this message]
2023-02-22 16:08 ` bug#61651: [PATCH] gnu: gnunet: Update to 0.19.3 Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=77d953d5-d0af-c41e-cffa-bb6acebd243e@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=61651@debbugs.gnu.org \
    --cc=adam.faiz@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).