From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#34124: 01/01: gnu: gnome-shell: Add gdk-pixbuf+svg to inputs. Date: Thu, 25 Apr 2019 16:01:51 -0400 Message-ID: <87y33xhn05.fsf@netris.org> References: <20190425133021.6208.35531@vcs0.savannah.gnu.org> <20190425133022.A39E6209A5@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:40678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJkbK-0008Lw-Ui for bug-guix@gnu.org; Thu, 25 Apr 2019 16:04:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJkbH-0004P4-1V for bug-guix@gnu.org; Thu, 25 Apr 2019 16:04:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45874) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hJkbC-00045i-OK for bug-guix@gnu.org; Thu, 25 Apr 2019 16:04:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hJkbC-0006Y3-Fz for bug-guix@gnu.org; Thu, 25 Apr 2019 16:04:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20190425133022.A39E6209A5@vcs0.savannah.gnu.org> (guix-commits@gnu.org's message of "Thu, 25 Apr 2019 09:30:22 -0400 (EDT)") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ricardo Wurmus Cc: 34124@debbugs.gnu.org Hi Ricardo, Ricardo Wurmus writes: guix-commits@gnu.org writes: > commit cd8dce8ac4224d425f13b3c0776884c87ff43562 > Author: Ricardo Wurmus > Date: Thu Apr 25 15:17:05 2019 +0200 > > gnu: gnome-shell: Add gdk-pixbuf+svg to inputs. > > Fixes . > > * gnu/packages/gnome.scm (gnome-shell)[inputs]: Add gdk-pixbuf+svg. > [arguments]: Add the lib directory of gdk-pixbuf+svg to the LD_LIBRARY_PATH > wrapper of the gnome-shell executable. Thanks for this! I see that you pushed it to 'staging', but perhaps it should also be pushed to 'master'? What do you think? Mark