diff options
author | Mark H Weaver <mhw@netris.org> | 2016-04-23 13:12:51 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-04-23 13:12:51 -0400 |
commit | e4a7039e4646989ff77bc5d998f3421252f6b7cb (patch) | |
tree | 988b771b4c2a78f938ec268dc0ac6bc65ef87842 /gnu/packages | |
parent | c4eefd63fac3aff1d39e59af1668701630558179 (diff) | |
download | guix-e4a7039e4646989ff77bc5d998f3421252f6b7cb.tar guix-e4a7039e4646989ff77bc5d998f3421252f6b7cb.tar.gz |
Revert "gnu: geoclue: Update to 2.4.3."
This reverts commit 71a8d3b67c1e85372f0c329b64dbebf12e2b4612.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 7 |
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/") |