GNU bug report logs -
#60970
[PATCH] gnu: mpdris2: Remove input latels and add inputs.
Previous Next
Reported by: Simon Streit <simon <at> netpanic.org>
Date: Fri, 20 Jan 2023 19:08:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60970 in the body.
You can then email your comments to 60970 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#60970
; Package
guix-patches
.
(Fri, 20 Jan 2023 19:08:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Simon Streit <simon <at> netpanic.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 20 Jan 2023 19:08:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 <at> gmail.com>
;;; Copyright © 2020, 2021 Ricardo Wurmus <rekado <at> elephly.net>
;;; Copyright © 2020 Lars-Dominik Braun <lars <at> 6xq.net>
-;;; Copyright © 2020–2022 Simon Streit <simon <at> netpanic.org>
+;;; Copyright © 2020–2023 Simon Streit <simon <at> netpanic.org>
;;; Copyright © 2021 Noah Evans <noah <at> 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
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Thu, 23 Feb 2023 14:42:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Simon Streit <simon <at> netpanic.org>
:
bug acknowledged by developer.
(Thu, 23 Feb 2023 14:42:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 60970-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Simon Streit <simon <at> 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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 24 Mar 2023 11:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 50 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.