GNU bug report logs -
#75720
[PATCH 0/4] gnu: Add amarok.
Previous Next
Reported by: Sughosha <sughosha <at> disroot.org>
Date: Tue, 21 Jan 2025 02:29:02 UTC
Severity: normal
Tags: patch
Done: Simon Tournier <zimon.toutoune <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/gpodder.scm (libmygpo-qt5): New variable.
Change-Id: Id36fe3aa89c506496c0bbf162cbe28409fdc593f
---
gnu/packages/gpodder.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gnu/packages/gpodder.scm b/gnu/packages/gpodder.scm
index bd2c7271ae..d44ede0d31 100644
--- a/gnu/packages/gpodder.scm
+++ b/gnu/packages/gpodder.scm
@@ -160,6 +160,16 @@ (define-public libmygpo-qt
and track podcasts.")
(license license:lgpl2.1+)))
+(define-public libmygpo-qt5
+ (package/inherit libmygpo-qt
+ (name "libmygpo-qt5")
+ (inputs
+ (modify-inputs (package-inputs libmygpo-qt)
+ (replace "qtbase" qtbase-5)))
+ (arguments
+ (substitute-keyword-arguments (package-arguments libmygpo-qt)
+ ((#:configure-flags _) #~'())))))
+
(define-public python-mygpoclient
(package
(name "python-mygpoclient")
--
2.50.1
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.