[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: upower: Enable GObject introspection.
From: |
??? |
Subject: |
02/03: gnu: upower: Enable GObject introspection. |
Date: |
Fri, 13 Nov 2015 09:59:37 +0000 |
iyzsong pushed a commit to branch master
in repository guix.
commit ebeabe2d35b93ed9d2fe5b88ccb7dc8f0fc0547c
Author: 宋文武 <address@hidden>
Date: Fri Nov 13 17:51:27 2015 +0800
gnu: upower: Enable GObject introspection.
* gnu/packages/gnome.scm (upower)[native-inputs]: Add gobject-introspection.
---
gnu/packages/gnome.scm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f51532f..be26623 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2362,7 +2362,8 @@ faster results and to avoid unnecessary server load.")
(substitute* "src/linux/integration-test"
(("/usr/bin/python3") (which "python3"))))))))
(native-inputs
- `(("pkg-config" ,pkg-config)
+ `(("gobject-introspection" ,gobject-introspection)
+ ("pkg-config" ,pkg-config)
("intltool" ,intltool)
("python" ,python)))
(inputs