1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 11:32:21 +02:00

gnu: pitivi: Build with librsvg-for-system.

* gnu/packages/video.scm (pitivi)[propagated-inputs]: Replace librsvg
with librsvg-for-system.
This commit is contained in:
Efraim Flashner
2023-08-18 18:56:31 +03:00
parent d19e160011
commit 2da21f7ef4
+1 -1
View File
@@ -4583,7 +4583,7 @@ tools for styling them, including a built-in real-time video preview.")
python-pygobject))
;; Propagate librsvg so that is is registered in GDK_PIXBUF_MODULE_FILE,
;; otherwise pitivi fails to launch.
(propagated-inputs (list librsvg))
(propagated-inputs (list (librsvg-for-system)))
(arguments
`(#:glib-or-gtk? #t
#:phases