me
/
guix
Archived
1
0
Fork 0

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
Ludovic Courtès 2022-10-09 21:32:17 +02:00
parent c3b0be1fa2
commit 3714c8bdcd
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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)