guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libnotify: Add dependency on gobject-introspection.


From: Leo Famulari
Subject: 01/02: gnu: libnotify: Add dependency on gobject-introspection.
Date: Sun, 15 May 2016 17:29:02 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 277a7d82b84c0b9ae86a9466479c34548209b0bf
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Sun Apr 3 12:56:11 2016 +0200

    gnu: libnotify: Add dependency on gobject-introspection.
    
    * gnu/packages/gnome.scm (libnotify)[native-inputs]: Add
    gobject-introspection.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 83e4f83..6b78d0f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -16,6 +16,7 @@
 ;;; Copyright © 2016 Jochem Raat <address@hidden>
 ;;; Copyright © 2016 Rene Saavedra <address@hidden>
 ;;; Copyright © 2016 Kei Yamashita <address@hidden>
+;;; Copyright © 2016 Jan Nieuwenhuizen <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -682,7 +683,8 @@ database is translated at Transifex.")
        ("libpng" ,libpng)))
     (native-inputs
       `(("pkg-config" ,pkg-config)
-        ("glib" ,glib "bin")))
+        ("glib" ,glib "bin")
+        ("gobject-introspection" ,gobject-introspection)))
     (home-page "https://developer-next.gnome.org/libnotify/";)
     (synopsis
      "GNOME desktop notification library")



reply via email to

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