GNU bug report logs - #75720
[PATCH 0/4] gnu: Add amarok.

Previous Next

Package: guix-patches;

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


Message #86 received at 75720 <at> debbugs.gnu.org (full text, mbox):

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: Sughosha via Guix-patches via <guix-patches <at> gnu.org>, 75720 <at> debbugs.gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: Re: [bug#75720] [PATCH v6 2/5] gnu: libmygpo-qt5: New variable.
Date: Fri, 22 Aug 2025 16:37:20 +0200
Hi,


On Fri, 25 Jul 2025 at 23:04, Sughosha via Guix-patches via <guix-patches <at> gnu.org> wrote:

> +(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 _) #~'())))))

I’m not sure to understand the replacement when 4a991b088c6 reads:

--8<---------------cut here---------------start------------->8---
(define-public libmygpo-qt
  (package
    (name "libmygpo-qt")

[...]

    (inputs
     (list qtbase-5))
--8<---------------cut here---------------end--------------->8---

Why libmygpo-qt does fit the bill?

Cheers,
simon




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.