unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: gemmaro <gemmaro.dev@gmail.com>
To: 71396@debbugs.gnu.org
Cc: gemmaro <gemmaro.dev@gmail.com>
Subject: [bug#71396] [PATCH 2/2] gnu: solaar: Use newer package style.
Date: Thu,  6 Jun 2024 21:40:51 +0900	[thread overview]
Message-ID: <a42f4373a2e9224e6c6621e8a7ce3d8a82f639a5.1717676657.git.gemmaro.dev@gmail.com> (raw)
In-Reply-To: <cover.1717676657.git.gemmaro.dev@gmail.com>

* gnu/packages/admin.scm (solaar)[arguments]: Use newer package style.

Change-Id: I9bec91e379bed709228eb2fe809205ba5a5b377f
---
 gnu/packages/admin.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 212c2b3715..c1b265cf96 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4732,11 +4732,11 @@ (define-public solaar
                 "1fz3qgjx3ygr4clgh7iryxgvvjy510rgy8ixr2xld2wr0xa6p0mi"))))
     (build-system python-build-system)
     (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-before 'build 'setenv-PATH
-           (lambda _
-             (setenv "PYTHONPATH" "lib"))))))
+     (list #:phases
+           #~(modify-phases %standard-phases
+               (add-before 'build 'setenv-PATH
+                 (lambda _
+                   (setenv "PYTHONPATH" "lib"))))))
     (native-inputs (list python-pytest))
     (propagated-inputs
      (list python-pygobject
-- 
2.41.0





  parent reply	other threads:[~2024-06-06 12:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-06 12:24 [bug#71396] [PATCH 0/2] gnu: solaar: Update to 1.1.13 gemmaro
2024-06-06 12:40 ` [bug#71396] [PATCH 1/2] " gemmaro
2024-06-06 12:40 ` gemmaro [this message]
2024-06-10  9:58 ` bug#71396: Close Andreas Enge
2024-06-10 10:07   ` [bug#71396] Close Christopher Baines
2024-06-10 10:21     ` Andreas Enge

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=a42f4373a2e9224e6c6621e8a7ce3d8a82f639a5.1717676657.git.gemmaro.dev@gmail.com \
    --to=gemmaro.dev@gmail.com \
    --cc=71396@debbugs.gnu.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).