emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#60970: closed ([PATCH] gnu: mpdris2: Remove input latels and add inp


From: GNU bug Tracking System
Subject: bug#60970: closed ([PATCH] gnu: mpdris2: Remove input latels and add inputs.)
Date: Thu, 23 Feb 2023 14:42:02 +0000

Your message dated Thu, 23 Feb 2023 15:41:24 +0100
with message-id <87h6vco357.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#60970] [PATCH] gnu: mpdris2: Remove input latels and 
add inputs.
has caused the debbugs.gnu.org bug report #60970,
regarding [PATCH] gnu: mpdris2: Remove input latels and add inputs.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60970: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60970
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: mpdris2: Remove input latels and add inputs. Date: Fri, 20 Jan 2023 20:07:09 +0100
* gnu/packages/mpd.scm (mpdris2)[inputs]: Remove labels.  Add bash-minimal and
python-mutagen.  [native-inputs]: Remove labels.
---
 gnu/packages/mpd.scm | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 63163e09dc..7d6b05f99e 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -9,7 +9,7 @@
 ;;; Copyright © 2019 Evan Straw <evan.straw99@gmail.com>
 ;;; Copyright © 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2020 Lars-Dominik Braun <lars@6xq.net>
-;;; Copyright © 2020–2022 Simon Streit <simon@netpanic.org>
+;;; Copyright © 2020–2023 Simon Streit <simon@netpanic.org>
 ;;; Copyright © 2021 Noah Evans <noah@nevans.me>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -442,15 +442,17 @@ (define-public mpdris2
                (wrap-program (string-append out "/bin/mpDris2")
                  `("GUIX_PYTHONPATH" ":" prefix (,python-path)))
                #t))))))
-    (inputs
-     (list python-mpd2 python-dbus python-pygobject python))             ; 
Sets GUIX_PYTHONPATH.
-    ;; For bootstrapping.
-    (native-inputs
-     `(("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("gettext" ,gettext-minimal)
-       ("which" ,which)
-       ("intltool" ,intltool)))
+    (inputs (list bash-minimal
+                  python
+                  python-dbus
+                  python-mpd2
+                  python-mutagen
+                  python-pygobject))
+    (native-inputs (list autoconf
+                         automake
+                         gettext-minimal
+                         intltool
+                         which))
     (synopsis "MPRIS V2.1 support for MPD")
     (description "Client for the Music Player Daemon providing MPRIS 2
 support")
-- 
2.39.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#60970] [PATCH] gnu: mpdris2: Remove input latels and add inputs. Date: Thu, 23 Feb 2023 15:41:24 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

Simon Streit <simon@netpanic.org> writes:

> * gnu/packages/mpd.scm (mpdris2)[inputs]: Remove labels.  Add bash-minimal and
> python-mutagen.  [native-inputs]: Remove labels.

Thank you. I applied it and took the liberty to further improve package
style (using G-expressions, and using complete sentences in the
description).

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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