~ruther/guix-local

e4a7039e4646989ff77bc5d998f3421252f6b7cb — Mark H Weaver 10 years ago c4eefd6
Revert "gnu: geoclue: Update to 2.4.3."

This reverts commit 71a8d3b67c1e85372f0c329b64dbebf12e2b4612.
1 files changed, 3 insertions(+), 4 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +3 -4
@@ 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/")