gnu: girara: Correct inputs.
* gnu/packages/gtk.scm (girara)[native-inputs]: Add CHECK. [propagated-inputs]: Add GTK+. [inputs]: Remove.
This commit is contained in:
parent
ac84754369
commit
b82d5b09ff
|
@ -1247,10 +1247,11 @@ write GNOME applications.")
|
||||||
(base32
|
(base32
|
||||||
"18wss3sak3djip090v2vdbvq1mvkwcspfswc87zbvv3magihan98"))))
|
"18wss3sak3djip090v2vdbvq1mvkwcspfswc87zbvv3magihan98"))))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)
|
(native-inputs `(("pkg-config" ,pkg-config)
|
||||||
|
("check" ,check)
|
||||||
("gettext" ,gettext-minimal)
|
("gettext" ,gettext-minimal)
|
||||||
("glib:bin" ,glib "bin")))
|
("glib:bin" ,glib "bin")))
|
||||||
(inputs `(("gtk+" ,gtk+)
|
;; Listed in 'Requires.private' of 'girara.pc'.
|
||||||
("check" ,check)))
|
(propagated-inputs `(("gtk+" ,gtk+)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
`(,(string-append "PREFIX=" (assoc-ref %outputs "out"))
|
`(,(string-append "PREFIX=" (assoc-ref %outputs "out"))
|
||||||
|
|
Loading…
Reference in New Issue