mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: synthing-gtk: Add missing input.
* gnu/packages/syncthing.scm (syncthin-gtk)[inputs]: Add librsvg.
This commit is contained in:
parent
ab15bbea60
commit
0999168337
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ (define-public syncthing-gtk
|
|||
`(("gtk+" ,gtk+)
|
||||
("libappindicator" ,libappindicator)
|
||||
("libnotify" ,libnotify)
|
||||
("librsvg" ,librsvg)
|
||||
("python2-bcrypt" ,python2-bcrypt)
|
||||
("python2-dateutil" ,python2-dateutil)
|
||||
("python2-pycairo" ,python2-pycairo)
|
||||
|
|
Loading…
Reference in a new issue