gnu: gst-plugins-bad: Use 'librsvg-for-system'.
This fixes compilation on i686-linux. * gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Use 'librsvg-for-system' instead of 'librsvg'.master
parent
c3b0be1fa2
commit
3714c8bdcd
|
@ -850,7 +850,7 @@ model to base your own plug-in on, here it is.")
|
|||
("libnice" ,libnice)
|
||||
("libofa" ,libofa)
|
||||
("libopenmpt" ,libopenmpt)
|
||||
("librsvg" ,librsvg)
|
||||
("librsvg" ,(librsvg-for-system))
|
||||
("libsndfile" ,libsndfile)
|
||||
("libsrtp" ,libsrtp)
|
||||
("libssh2" ,libssh2)
|
||||
|
|
Reference in New Issue