11 , gobject-introspection
19 stdenv.mkDerivation rec {
20 pname = "geocode-glib";
23 outputs = [ "out" "dev" "devdoc" "installedTests" ];
26 url = "mirror://gnome/sources/geocode-glib/${lib.versions.majorMinor version}/geocode-glib-${version}.tar.xz";
27 sha256 = "LZpoJtFYRwRJoXOHEiFZbaD4Pr3P+YuQxwSQiQVqN6o=";
31 ./installed-tests-path.patch
42 ] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
53 "-Dsoup2=${lib.boolToString (lib.versionOlder libsoup.version "2.99")}"
54 "-Dinstalled_test_prefix=${placeholder "installedTests"}"
58 updateScript = gnome.updateScript {
62 installed-tests = nixosTests.installed-tests.geocode-glib;
67 description = "Convenience library for the geocoding and reverse geocoding using Nominatim service";
68 license = licenses.lgpl2Plus;
69 maintainers = teams.gnome.members;
70 platforms = platforms.unix;