guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/17: gnu: girara: Correct inputs.


From: Marius Bakke
Subject: 13/17: gnu: girara: Correct inputs.
Date: Wed, 27 Dec 2017 15:07:41 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b82d5b09ff815f638a3a78fec59eec469f6ab386
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 27 01:16:48 2017 +0100

    gnu: girara: Correct inputs.
    
    * gnu/packages/gtk.scm (girara)[native-inputs]: Add CHECK.
    [propagated-inputs]: Add GTK+.
    [inputs]: Remove.
---
 gnu/packages/gtk.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 44cb009..1b66222 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]