From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id mFKoDVPW62WaBAEAe85BDQ:P1 (envelope-from ) for ; Sat, 09 Mar 2024 04:24:03 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id mFKoDVPW62WaBAEAe85BDQ (envelope-from ) for ; Sat, 09 Mar 2024 04:24:03 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=OoRvzVZW; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1709954643; a=rsa-sha256; cv=none; b=k534QzNbZ75LGtW66OWgjlztCkbxNkY0IJx4ksZpU9UieCOS9PNglDrWNXUIWcIpAEfEfO IEeL3J+t2+AyqbhTIuy8E5HSSNUFNhWpI+DUcwiBEdl1T/KWgmja9apIvpgOW8hyq/A+7u XNaq8ALckdeHOUlBjNQN8LzBpVHcf0nDQ8vzMr8hiqqlZl5OQHBDmMQcVPKjb5g4PL29BW Wg1VeBkG0RBitiSA1AaQC6lgoWgqiXxTo840DxDYd3Ns71CpWtpGy+pYBjSF01bxS6np+o chWpPtHvYichAC6G47RF68vgVsLFPoHHGphlkGQWCOdnOOZdkm4yQNfTKaoffg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=OoRvzVZW; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1709954643; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=o6WX5oCgKmohH8kwH0um5JyWnvJd322FZQ7WBZbkbTg=; b=octyupx5ULnmB+y3jKfiO37aIiPnhCE7QmJmPChCmBOuGBgwx+nKYdNMu5LuQoFXQ9NXUW W0BZlxBmADOjskx3egPm/LW8U7f9VKeTJnbBYk3G8BLMoLC2Mqg7xRVJexXsaYpsJ7tCVB /L0Na0ODpZVrOVqvTR5/uRM+7JYg6SUBemNmiHIfebBAadKFjR1W7q7Xft8vdkvKB88A4y eG/VUaHtK4nRPAXXoM1e/BVyhqI22JkegEVrjeCqejBVaPWeu5kiJxMIGa7u4wisIH79Yv Q9jJEernSl1BWeWuY+aHrjaRQG+q0WO173/P5vWivkNdpUkrkhjqUw/n6weqkg== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id AA6B27888E for ; Sat, 9 Mar 2024 04:24:02 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rinJD-0007TQ-C6; Fri, 08 Mar 2024 22:23:39 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rinJ5-0007R6-Nw for guix-patches@gnu.org; Fri, 08 Mar 2024 22:23:32 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rinJ5-0006oz-G5 for guix-patches@gnu.org; Fri, 08 Mar 2024 22:23:31 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rinJb-0002vd-Ra for guix-patches@gnu.org; Fri, 08 Mar 2024 22:24:03 -0500 Subject: bug#69523: [PATCH 2/3] gnu: qbittorrent-no-x: Actually remove qtsvg from inputs. Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 09 Mar 2024 03:24:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 69523 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Oleg Pykhalov Cc: 69523-done@debbugs.gnu.org Mail-Followup-To: 69523@debbugs.gnu.org, hako@ultrarare.space, hako@ultrarare.space Received: via spool by 69523-done@debbugs.gnu.org id=D69523.170995459311130 (code D ref 69523); Sat, 09 Mar 2024 03:24:03 +0000 Received: (at 69523-done) by debbugs.gnu.org; 9 Mar 2024 03:23:13 +0000 Received: from localhost ([127.0.0.1]:60061 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rinIn-0002tS-FH for submit@debbugs.gnu.org; Fri, 08 Mar 2024 22:23:13 -0500 Received: from mail.boiledscript.com ([144.168.59.46]:33826) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rinIl-0002tK-49 for 69523-done@debbugs.gnu.org; Fri, 08 Mar 2024 22:23:11 -0500 Date: Sat, 09 Mar 2024 11:19:51 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1709954521; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=o6WX5oCgKmohH8kwH0um5JyWnvJd322FZQ7WBZbkbTg=; b=OoRvzVZW3E7h7vidV0HTqss+YduXigCvDMZgV0Pf/lowrJUsnOkxGBDkeknnQUy4bNOSMt eDp6tWHpAn7lHntZfVigDkB9S9fXV8EEzmwV2mC/2bnHRPEpBrMwvQNXt7TB5dGfv2ceLh YWBR4CptUBrvtvNjLJJejIcRnWYdAvPUOLRz04oFXGPJE9fNWYY51hfvIKpHk09p7pIdnd t3Z03Q88rm3dbSG9GfgcgDWXUr9f0xoT0XVzYFSqaAmJb65yKyedPZPIvJk7QSzZy2mp2U K4taMSck55pS0DcBjyhVB7IaMEAtZiy9qxcUaTVtN2AU0QpaB28UmHAt/JblVw== Message-ID: <87y1asrt0o.wl-hako@ultrarare.space> In-Reply-To: <877cijnqy4.fsf@gmail.com> References: <9a50967fd369e44082baef87d9e09c5a9aa68ffd.1709472264.git.hako@ultrarare.space> <877cijnqy4.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spamd-Bar: -- X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Hilton Chain X-ACL-Warn: , Hilton Chain via Guix-patches From: Hilton Chain via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -6.78 X-Spam-Score: -6.78 X-Migadu-Queue-Id: AA6B27888E X-TUID: dwZr7wJFvHld Hi Oleg, On Mon, 04 Mar 2024 01:52:19 +0800, Oleg Pykhalov wrote: > > [1 ] > Hi, > > Hilton Chain via Guix-patches via writes: > > > * gnu/packages/bittorrent.scm (qbittorrent-no-x)[inputs]: Corret "qtsvg-5" to > > "qtsvg". > > Seems like 'Corret' is likely a typo. Apart from that, everything seems > fine to me. I was able to successfully build the qbittorrent-enhanced > and qbittorrent-enhanced-nox packages. Thank you! I have corrected the typo and applied the series as c5cb09e42f77...8d6d5b2a947b.