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:
parent
d19e160011
commit
2da21f7ef4
1 changed files with 1 additions and 1 deletions
|
@ -4583,7 +4583,7 @@ tools for styling them, including a built-in real-time video preview.")
|
||||||
python-pygobject))
|
python-pygobject))
|
||||||
;; Propagate librsvg so that is is registered in GDK_PIXBUF_MODULE_FILE,
|
;; Propagate librsvg so that is is registered in GDK_PIXBUF_MODULE_FILE,
|
||||||
;; otherwise pitivi fails to launch.
|
;; otherwise pitivi fails to launch.
|
||||||
(propagated-inputs (list librsvg))
|
(propagated-inputs (list (librsvg-for-system)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Reference in a new issue