guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: libgit2-glib: Adjust inputs.


From: guix-commits
Subject: 02/04: gnu: libgit2-glib: Adjust inputs.
Date: Fri, 6 Mar 2020 06:37:45 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 8c6aae463628a205451a9eb60327e6579ed9fe53
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Mar 6 11:18:01 2020 +0100

    gnu: libgit2-glib: Adjust inputs.
    
    * gnu/packages/gnome.scm (libgit2-glib)[native-inputs]: Move LIBSSH2 ...
    [inputs]: ... here.  Move LIBGIT2 ...
    [propagated-inputs]: ... here.  New field.
---
 gnu/packages/gnome.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 05c877e..fa5fce5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9629,13 +9629,15 @@ for usage on small and big screens.")
     (native-inputs
      `(("glib:bin" ,glib "bin") ;; For glib-mkenums
        ("gobject-introspection" ,gobject-introspection)
-       ("libssh2" ,libssh2)
        ("pkg-config" ,pkg-config)
        ("python-pygobject" ,python-pygobject)
        ("python-wrapper" ,python-wrapper)
        ("vala" ,vala)))
     (inputs
      `(("glib" ,glib)
+       ("libssh2" ,libssh2)))
+    (propagated-inputs
+     `(;; In Requires of libgit2-glib.pc.
        ("libgit2" ,libgit2)))
     (synopsis "GLib wrapper around the libgit2 Git access library")
     (description "libgit2-glib is a GLib wrapper library around the libgit2 Git



reply via email to

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