mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gtk+@2: Use 'librsvg-for-system'.
* gnu/packages/gtk.scm (gtk+-2)[propagated-inputs]: Use 'librsvg-for-system' unconditionally.
This commit is contained in:
parent
90570b5e9f
commit
597119937d
1 changed files with 1 additions and 6 deletions
|
@ -863,12 +863,7 @@ (define-public gtk+-2
|
|||
(propagated-inputs
|
||||
`(("atk" ,atk)
|
||||
("cairo" ,cairo)
|
||||
;; SVG support is optional and requires librsvg, which pulls in rust.
|
||||
;; Rust is not supported well on every architecture yet.
|
||||
("gdk-pixbuf" ,(if (string-prefix? "x86_64" (or (%current-target-system)
|
||||
(%current-system)))
|
||||
librsvg
|
||||
gdk-pixbuf))
|
||||
("gdk-pixbuf" ,(librsvg-for-system))
|
||||
("glib" ,glib)
|
||||
("pango" ,pango)))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue