unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: raingloom <raingloom@riseup.net>
To: 45624@debbugs.gnu.org
Subject: [bug#45624] [PATCH] gnu: Added python-mutagen to gpodder
Date: Sat, 2 Jan 2021 19:57:21 +0100	[thread overview]
Message-ID: <20210102195721.657749a8@riseup.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 184 bytes --]

This is necessary for the tagging addon to find mutagen. There is
probably a way to have gpodder load modules from the environment, but I
don't have time to figure that out right now.

[-- Attachment #2: 0001-gnu-Added-python-mutagen-to-gpodder-fixes-one-of-its.patch --]
[-- Type: text/x-patch, Size: 1137 bytes --]

From e1cf53fa05ba59186d00f84331910d6e1bd00e97 Mon Sep 17 00:00:00 2001
From: raingloom <raingloom@riseup.net>
Date: Sat, 2 Jan 2021 19:41:13 +0100
Subject: [PATCH] gnu: Added python-mutagen to gpodder (fixes one of its
 addons).

* gnu/packages/gpodder.scm (gpodder)[inputs]: Added python-mutagen.
---
 gnu/packages/gpodder.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gpodder.scm b/gnu/packages/gpodder.scm
index 44c356e2ff..9d1604f515 100644
--- a/gnu/packages/gpodder.scm
+++ b/gnu/packages/gpodder.scm
@@ -29,6 +29,7 @@
   #:use-module (gnu packages freedesktop)
   #:use-module (gnu packages glib)
   #:use-module (gnu packages gtk)
+  #:use-module (gnu packages music)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages python-web)
   #:use-module (gnu packages python-xyz)
@@ -62,6 +63,7 @@
        ("python-html5lib" ,python-html5lib)
        ("python-mygpoclient" ,python-mygpoclient)
        ("python-podcastparser" ,python-podcastparser)
+       ("python-mutagen" ,python-mutagen)
        ("youtube-dl" ,youtube-dl)
        ("xdg-utils" ,xdg-utils)))
     (arguments
-- 
2.29.2


             reply	other threads:[~2021-01-03 14:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-02 18:57 raingloom [this message]
2021-07-20 18:42 ` bug#45624: [PATCH] gnu: Added python-mutagen to gpodder Efraim Flashner

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=20210102195721.657749a8@riseup.net \
    --to=raingloom@riseup.net \
    --cc=45624@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).