mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: gnome-shell: Add gdk-pixbuf+svg to inputs.
Fixes <https://bugs.gnu.org/34124>. * 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.
This commit is contained in:
parent
37da4fbe15
commit
cd8dce8ac4
1 changed files with 3 additions and 1 deletions
|
@ -5932,7 +5932,8 @@ (define-public gnome-shell
|
|||
`("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 @@ (define-public gnome-shell
|
|||
("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)
|
||||
|
|
Loading…
Reference in a new issue