guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: granite: Fix cross-compilation.


From: guix-commits
Subject: branch master updated: gnu: granite: Fix cross-compilation.
Date: Tue, 19 May 2020 07:07:19 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ef3cd15  gnu: granite: Fix cross-compilation.
ef3cd15 is described below

commit ef3cd15ed4336f661df0f72d4ca9d7a8c7e87d13
Author: Danny Milosavljevic <address@hidden>
AuthorDate: Tue May 19 13:06:27 2020 +0200

    gnu: granite: Fix cross-compilation.
    
    * gnu/packages/pantheon.scm (granite)[native-inputs]: Remove glib, libgee.
    [inputs]: Add glib, libgee.
---
 gnu/packages/pantheon.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/pantheon.scm b/gnu/packages/pantheon.scm
index 306a1d8..72910e5 100644
--- a/gnu/packages/pantheon.scm
+++ b/gnu/packages/pantheon.scm
@@ -52,12 +52,12 @@
              (setenv "DESTDIR" "/")
              #t)))))
     (inputs
-     `(("gtk" ,gtk+)))
+     `(("glib" ,glib)
+       ("gtk" ,gtk+)
+       ("libgee" ,libgee)))
     (native-inputs
      `(("gettext" ,gettext-minimal)
-       ("glib" ,glib)
        ("gobject-introspection" ,gobject-introspection)
-       ("libgee" ,libgee)
        ("pkg-config" ,pkg-config)
        ("vala" ,vala)))
     (home-page "https://github.com/elementary/granite";)



reply via email to

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