From: Simon Streit <simon@netpanic.org>
To: 60970@debbugs.gnu.org
Cc: Simon Streit <simon@netpanic.org>
Subject: [bug#60970] [PATCH] gnu: mpdris2: Remove input latels and add inputs.
Date: Fri, 20 Jan 2023 20:07:09 +0100 [thread overview]
Message-ID: <20230120190709.25413-1-simon@netpanic.org> (raw)
* 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
next reply other threads:[~2023-01-20 19:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-20 19:07 Simon Streit [this message]
2023-02-23 14:41 ` bug#60970: [PATCH] gnu: mpdris2: Remove input latels and add inputs Nicolas Goaziou
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230120190709.25413-1-simon@netpanic.org \
--to=simon@netpanic.org \
--cc=60970@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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.