summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2016-04-23 13:12:51 -0400
committerMark H Weaver <mhw@netris.org>2016-04-23 13:12:51 -0400
commite4a7039e4646989ff77bc5d998f3421252f6b7cb (patch)
tree988b771b4c2a78f938ec268dc0ac6bc65ef87842 /gnu/packages/gnome.scm
parentc4eefd63fac3aff1d39e59af1668701630558179 (diff)
Revert "gnu: geoclue: Update to 2.4.3."
This reverts commit 71a8d3b67c1e85372f0c329b64dbebf12e2b4612.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 58de21294c..4272493872 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2355,7 +2355,7 @@ output devices.")
(define-public geoclue
(package
(name "geoclue")
- (version "2.4.3")
+ (version "2.2.0")
(source
(origin
(method url-fetch)
@@ -2364,7 +2364,7 @@ output devices.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0pk07k65dlw37nz8z5spksivsv5nh96xmbi336rf2yfxf2ldpadd"))
+ "0inlqx0zar498fhi9hh92p2g4kp8qy3zdl4z3vw6bjwp9w6xx454"))
(patches (search-patches "geoclue-config.patch"))))
(build-system glib-or-gtk-build-system)
(arguments
@@ -2385,8 +2385,7 @@ output devices.")
`(("pkg-config" ,pkg-config)
("intltool" ,intltool)))
(inputs
- `(("avahi" ,avahi)
- ("glib" ,glib)
+ `(("glib" ,glib)
("json-glib" ,json-glib)
("libsoup" ,libsoup)))
(home-page "http://freedesktop.org/wiki/Software/GeoClue/")