diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2016-04-03 12:56:11 +0200 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-05-15 13:03:00 -0400 |
commit | 277a7d82b84c0b9ae86a9466479c34548209b0bf (patch) | |
tree | ca6c88ac3a285bd68a5745ca3e97f69fef21ebc0 /gnu | |
parent | e91fd7f591cfc41412095876a3beeff286074852 (diff) | |
download | patches-277a7d82b84c0b9ae86a9466479c34548209b0bf.tar patches-277a7d82b84c0b9ae86a9466479c34548209b0bf.tar.gz |
gnu: libnotify: Add dependency on gobject-introspection.
* gnu/packages/gnome.scm (libnotify)[native-inputs]: Add
gobject-introspection.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 83e4f83163..6b78d0f720 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -16,6 +16,7 @@ ;;; Copyright © 2016 Jochem Raat <jchmrt@riseup.net> ;;; Copyright © 2016 Rene Saavedra <rennes@openmailbox.org> ;;; Copyright © 2016 Kei Yamashita <kei@openmailbox.org> +;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org> ;;; ;;; 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") |