mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: totem-pl-parser: Add gobject-introspection support.
* gnu/packages/gnome.scm (totem-pl-parser)[native-inputs]: Add gobject-introspection.
This commit is contained in:
parent
22a6ad6a81
commit
4d6d82818a
1 changed files with 1 additions and 0 deletions
|
@ -2401,6 +2401,7 @@ (define-public totem-pl-parser
|
|||
(native-inputs
|
||||
`(("intltool" ,intltool)
|
||||
("glib" ,glib "bin")
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(propagated-inputs
|
||||
`(("glib" ,glib)
|
||||
|
|
Loading…
Reference in a new issue