gnu: girara: Correct inputs.

* gnu/packages/gtk.scm (girara)[native-inputs]: Add CHECK.
[propagated-inputs]: Add GTK+.
[inputs]: Remove.
master
Marius Bakke 2017-12-27 01:16:48 +01:00
parent ac84754369
commit b82d5b09ff
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 2 deletions

View File

@ -1247,10 +1247,11 @@ write GNOME applications.")
(base32
"18wss3sak3djip090v2vdbvq1mvkwcspfswc87zbvv3magihan98"))))
(native-inputs `(("pkg-config" ,pkg-config)
("check" ,check)
("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")))
(inputs `(("gtk+" ,gtk+)
("check" ,check)))
;; Listed in 'Requires.private' of 'girara.pc'.
(propagated-inputs `(("gtk+" ,gtk+)))
(arguments
`(#:make-flags
`(,(string-append "PREFIX=" (assoc-ref %outputs "out"))