unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: liliana.prikler@gmail.com, 61592@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#61592] [PATCH v2 2/2] gnu: meld: Use new style inputs and gexps.
Date: Wed, 22 Feb 2023 22:37:36 -0800	[thread overview]
Message-ID: <20230223063736.5631-1-atai@atai.org> (raw)
In-Reply-To: <20230218021218.10783-1-atai@atai.org>

* gnu/packages/patchutils.scm (meld): Use new style and gexps.
  [inputs]: Use new style
  [native-inputs]: Use new style
---
 gnu/packages/patchutils.scm | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index d093391ce5..04761d5ef7 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -232,22 +232,22 @@ (define-public meld
         (base32 "03f4j27amyi28flkks8i9bhqzd6xhm6d3c6jzxc57rzniv4hgh9z"))))
     (build-system meson-build-system)
     (native-inputs
-     `(("desktop-file-utils" ,desktop-file-utils)
-       ("intltool" ,intltool)
-       ("itstool" ,itstool)
-       ("xmllint" ,libxml2)
-       ("glib-compile-schemas" ,glib "bin")
-       ("gtk-update-icon-cache" ,gtk+ "bin")
-       ("gobject-introspection" ,gobject-introspection)
-       ("pkg-config" ,pkg-config)
-       ("python" ,python)))
+     (list desktop-file-utils
+       intltool
+       itstool
+       libxml2
+       `(,glib "bin")                   ; for glib-compile-schemas
+       `(,gtk+ "bin")                   ; for gtk-update-icon-cache
+       gobject-introspection
+       pkg-config
+       python))
     (inputs
-     `(("bash-minimal"  ,bash-minimal)
-       ("python" ,python)
-       ("python-cairo" ,python-pycairo)
-       ("python-gobject" ,python-pygobject)
-       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
-       ("gtksourceview" ,gtksourceview-4)))
+     (list bash-minimal
+       python
+       python-pycairo
+       python-pygobject
+       gsettings-desktop-schemas
+       gtksourceview-4))
     (propagated-inputs
      (list dconf))
     (arguments
-- 
2.39.1





  parent reply	other threads:[~2023-02-23  6:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-18  2:12 [bug#61592] [PATCH] gnu: meld: Update to 3.22.0 Andy Tai
2023-02-18  7:28 ` Liliana Marie Prikler
2023-02-23  6:37 ` [bug#61592] [PATCH v2 1/2] " Andy Tai
2023-02-23  6:37 ` [bug#61592] [PATCH v3 " Andy Tai
2023-03-04 17:37   ` [bug#61592] [PATCH] " Ludovic Courtès
2023-02-23  6:37 ` Andy Tai [this message]
2023-02-23  6:37 ` [bug#61592] [PATCH v3 2/2] gnu: meld: Use new package style Andy Tai

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=20230223063736.5631-1-atai@atai.org \
    --to=atai@atai.org \
    --cc=61592@debbugs.gnu.org \
    --cc=liliana.prikler@gmail.com \
    /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).