guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gsettings-desktop-schemas: Enable GObject introspection.


From: ???
Subject: 02/02: gnu: gsettings-desktop-schemas: Enable GObject introspection.
Date: Sun, 05 Apr 2015 14:56:11 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 7211944a4f25dcac28ff7cd490dca62bd50eb91e
Author: 宋文武 <address@hidden>
Date:   Sun Apr 5 22:53:02 2015 +0800

    gnu: gsettings-desktop-schemas: Enable GObject introspection.
    
    * gnu/packages/gnome.scm (gsettings-desktop-schemas)[native-inputs]:
      Add gobject-introspection.
---
 gnu/packages/gnome.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 874e203..18b7e7e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -271,6 +271,7 @@ on the GNOME Desktop with a single simple application.")
     (native-inputs
      `(("intltool" ,intltool)
        ("glib" ,glib "bin")                       ; glib-compile-schemas, etc.
+       ("gobject-introspection" ,gobject-introspection)
        ("pkg-config" ,pkg-config)))
     (home-page "https://launchpad.net/gsettings-desktop-schemas";)
     (synopsis



reply via email to

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