mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Remove librsvg@2.50 from the Xfce dependency graph.
This allows us to build Xfce on non-x86_64 platforms. * gnu/packages/gstreamer.scm (gst-plugins-good)[inputs]: Use 'librsvg-for-system' instead of 'librsvg'. * gnu/packages/gtk.scm (guile-rsvg)[inputs]: Likewise. * gnu/packages/xfce.scm (xfce4-xkb-plugin)[inputs]: Likewise.
This commit is contained in:
parent
d371abbd0f
commit
689d141cd8
3 changed files with 3 additions and 3 deletions
|
@ -681,7 +681,7 @@ (define-public gst-plugins-good
|
|||
("bzip2" ,bzip2)
|
||||
("cairo" ,cairo)
|
||||
("flac" ,flac)
|
||||
("librsvg" ,librsvg)
|
||||
("librsvg" ,(librsvg-for-system))
|
||||
("glib" ,glib)
|
||||
("glib-networking" ,glib-networking)
|
||||
("glu" ,glu)
|
||||
|
|
|
@ -1417,7 +1417,7 @@ (define-public guile-rsvg
|
|||
("libtool" ,libtool)
|
||||
("texinfo" ,texinfo)))
|
||||
(inputs `(("guile" ,guile-3.0)
|
||||
("librsvg" ,librsvg)
|
||||
("librsvg" ,(librsvg-for-system))
|
||||
("guile-lib" ,guile-lib))) ;for (unit-test)
|
||||
(propagated-inputs `(("guile-cairo" ,guile-cairo)))
|
||||
(synopsis "Render SVG images using Cairo from Guile")
|
||||
|
|
|
@ -633,7 +633,7 @@ (define-public xfce4-xkb-plugin
|
|||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("garcon" ,garcon)
|
||||
("librsvg" ,librsvg)
|
||||
("librsvg" ,(librsvg-for-system))
|
||||
("libwnck" ,libwnck)
|
||||
("libx11" ,libx11)
|
||||
("libxfce4ui" ,libxfce4ui)
|
||||
|
|
Loading…
Reference in a new issue