diff options
-rw-r--r-- | gnu/packages/gstreamer.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index a1503602ad..5017da1091 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -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) |