mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: dino: Add some inputs.
These new inputs are referenced by the package, but were previously used indirectly via propagation from other inputs. Now they are just directly added. * gnu/packages/messaging.scm (dino) [native-inputs]: Add gtk+:bin. Correct label of glib:bin. [inputs]: Add glib. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
6d55b1546d
commit
eeee65076e
1 changed files with 4 additions and 2 deletions
|
@ -948,11 +948,13 @@ (define-public dino
|
|||
(assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-wrap)))))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("glib" ,glib "bin")
|
||||
("glib:bin" ,glib "bin")
|
||||
("gtk+:bin" ,gtk+ "bin")
|
||||
("pkg-config" ,pkg-config)
|
||||
("vala" ,vala)))
|
||||
(inputs
|
||||
`(("glib-networking" ,glib-networking)
|
||||
`(("glib" ,glib)
|
||||
("glib-networking" ,glib-networking)
|
||||
("gpgme" ,gpgme)
|
||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||
("gtk+" ,gtk+)
|
||||
|
|
Loading…
Reference in a new issue