mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
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
1 changed files with 3 additions and 2 deletions
|
@ -1247,10 +1247,11 @@ (define-public girara
|
|||
(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"))
|
||||
|
|
Loading…
Reference in a new issue