unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 69523@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>
Subject: [bug#69523] [PATCH 2/3] gnu: qbittorrent-no-x: Actually remove qtsvg from inputs.
Date: Sun,  3 Mar 2024 21:28:39 +0800	[thread overview]
Message-ID: <a6eae08f10997fd623b25199b4ed9a3d740d6fec.1709472264.git.hako@ultrarare.space> (raw)
In-Reply-To: <9a50967fd369e44082baef87d9e09c5a9aa68ffd.1709472264.git.hako@ultrarare.space>

* gnu/packages/bittorrent.scm (qbittorrent-no-x)[inputs]: Corret "qtsvg-5" to
"qtsvg".

Change-Id: I77bae8ccf3de7a1be51a74228e135176dc72425d
---
 gnu/packages/bittorrent.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 6146468919..d8abe84462 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -574,7 +574,7 @@ (define-public qbittorrent-no-x
           #~(cons "-DGUI=OFF" #$configure-flags))))
       (inputs
        (modify-inputs (package-inputs base)
-         (delete "qtsvg-5"))))))
+         (delete "qtsvg"))))))
 
 (define-public qbittorrent-nox
   (deprecated-package "qbittorrent-nox" qbittorrent-no-x))
-- 
2.41.0





  reply	other threads:[~2024-03-03 13:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-03 13:26 [bug#69523] [PATCH 1/3] gnu: qbittorrent-enhanced: Update to 4.6.3.10 Hilton Chain via Guix-patches via
2024-03-03 13:28 ` Hilton Chain via Guix-patches via [this message]
2024-03-03 17:52   ` [bug#69523] [PATCH 2/3] gnu: qbittorrent-no-x: Actually remove qtsvg from inputs Oleg Pykhalov
2024-03-09  3:19     ` bug#69523: " Hilton Chain via Guix-patches via
2024-03-03 13:28 ` [bug#69523] [PATCH 3/3] gnu: qbittorrent-enhanced-nox: Rename to qbittorrent-enhanced-no-x Hilton Chain via Guix-patches via

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=a6eae08f10997fd623b25199b4ed9a3d740d6fec.1709472264.git.hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=69523@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    /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).