From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59880) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jP7Xf-00022l-7c for guix-patches@gnu.org; Thu, 16 Apr 2020 12:39:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jP7Xb-0001WJ-K2 for guix-patches@gnu.org; Thu, 16 Apr 2020 12:39:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55946) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jP7Xa-0001Vl-LB for guix-patches@gnu.org; Thu, 16 Apr 2020 12:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jP7Xa-0004kW-I4 for guix-patches@gnu.org; Thu, 16 Apr 2020 12:39:02 -0400 Subject: [bug#40659] gnu: transmission: Fix icons for GUI. (v2) Resent-Message-ID: Date: Thu, 16 Apr 2020 12:37:46 -0400 From: Raghav Gururajan Message-ID: <20200416123746.0643f54f.raghavgururajan@disroot.org> In-Reply-To: <20200416162105.GA17065@jasmine.lan> References: <20200416090023.33a422bd.raghavgururajan@disroot.org> <20200416162105.GA17065@jasmine.lan> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/DZmRp5V.hxI/tsgclcVMm_X" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: 40659@debbugs.gnu.org --MP_/DZmRp5V.hxI/tsgclcVMm_X Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Attached file here. --MP_/DZmRp5V.hxI/tsgclcVMm_X Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-transmission-Fix-icons-for-GUI.patch >From 5c04a4ae3ae951ac643c346ab035cdde17e1eca7 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Thu, 16 Apr 2020 12:31:07 -0400 Subject: [PATCH] gnu: transmission: Fix icons for GUI. * gnu/packages/bittorrent.scm (transmission): Fix icons for GUI. --- gnu/packages/bittorrent.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index 03c7fe4515..40b35b005a 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -103,7 +103,8 @@ '("applications" "icons" "pixmaps"))) #t))))) (inputs - `(("inotify-tools" ,inotify-tools) + `(("adwaita-icon-theme" ,adwaita-icon-theme) + ("inotify-tools" ,inotify-tools) ("libevent" ,libevent) ("curl" ,curl) ("cyrus-sasl" ,cyrus-sasl) -- 2.26.0 --MP_/DZmRp5V.hxI/tsgclcVMm_X--