diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-07 09:42:36 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-04-08 14:42:27 +0200 |
commit | 7b2abd0055fc88ac95a5ad10df7f150181564b7a (patch) | |
tree | 41ddb38152d492411a06b2b89ff5b7d68d2c1867 /gnu-system.am | |
parent | 7ce597ff9e7232f91016d5e4945cd24ec691223c (diff) | |
download | patches-7b2abd0055fc88ac95a5ad10df7f150181564b7a.tar patches-7b2abd0055fc88ac95a5ad10df7f150181564b7a.tar.gz |
gnu: Add geoclue.
* gnu/packages/gnome.scm (geoclue): New variable.
* gnu/packages/patches/geoclue-config.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 47799230af..f9b58ddaa7 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -413,6 +413,7 @@ dist_patch_DATA = \ gnu/packages/patches/flex-bison-tests.patch \ gnu/packages/patches/gawk-shell.patch \ gnu/packages/patches/gcc-cross-environment-variables.patch \ + gnu/packages/patches/geoclue-config.patch \ gnu/packages/patches/ghostscript-runpath.patch \ gnu/packages/patches/glib-tests-desktop.patch \ gnu/packages/patches/glib-tests-homedir.patch \ |