mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: shotwell: Fix build by including 'gtk-update-icon-cache'.
* gnu/packages/gnome.scm (shotwell)[native-inputs]: Add gtk+:bin.
This commit is contained in:
parent
205f0107bb
commit
77e9c9931e
1 changed files with 1 additions and 0 deletions
|
@ -3884,6 +3884,7 @@ (define-public shotwell
|
|||
`(("pkg-config" ,pkg-config)
|
||||
("itstool" ,itstool)
|
||||
("gettext" ,gettext-minimal)
|
||||
("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
|
||||
("itstool" ,itstool)
|
||||
("vala" ,vala)))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue