From cd8dce8ac4224d425f13b3c0776884c87ff43562 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 25 Apr 2019 15:17:05 +0200 Subject: 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. --- gnu/packages/gnome.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5583af576b..e4739ec8fe 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5932,7 +5932,8 @@ properties, screen resolution, and other GNOME parameters.") `("LD_LIBRARY_PATH" ":" prefix ,(map (lambda (pkg) (string-append (assoc-ref inputs pkg) "/lib")) - '("gnome-bluetooth" "librsvg" "libgweather")))) + '("gdk-pixbuf" + "gnome-bluetooth" "librsvg" "libgweather")))) (for-each (lambda (prog) (wrap-program (string-append out "/bin/" prog) @@ -5969,6 +5970,7 @@ properties, screen resolution, and other GNOME parameters.") ("evolution-data-server" ,evolution-data-server) ("gcr" ,gcr) ("gdm" ,gdm) + ("gdk-pixbuf" ,gdk-pixbuf+svg) ("gjs" ,gjs) ("gnome-bluetooth" ,gnome-bluetooth) ("gnome-desktop" ,gnome-desktop) -- cgit v1.2.3