me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/video.scm (pitivi)[propagated-inputs]: Replace librsvg
with librsvg-for-system.
Efraim Flashner 2023-08-18 18:56:31 +03:00
parent d19e160011
commit 2da21f7ef4
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

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