gnu: tootle: Simplify inputs.
* gnu/packages/mastodon.scm (tootle)[native-inputs]: Simplify.
This commit is contained in:
parent
b0d25a7118
commit
f2d304ac98
1 changed files with 3 additions and 4 deletions
|
@ -123,10 +123,9 @@ Features include:
|
||||||
(string-append (assoc-ref outputs "out") "/bin/tootle"))
|
(string-append (assoc-ref outputs "out") "/bin/tootle"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
(list gettext-minimal
|
||||||
("glib:bin" ,glib "bin") ; for glib-compile-resources
|
`(,glib "bin") ; for glib-compile-resources
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
gsettings-desktop-schemas pkg-config))
|
||||||
("pkg-config" ,pkg-config)))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list glib-networking
|
(list glib-networking
|
||||||
gtk+
|
gtk+
|
||||||
|
|
Reference in a new issue