18 stdenv.mkDerivation rec {
19 pname = "pantheon-agent-geoclue2";
22 src = fetchFromGitHub {
26 sha256 = "sha256-DvE0/bR4mVfqCw/c/1h75M8DfCiNPZ2h6Jl6ySk1qxs=";
45 # This should be provided by a post_install.py script - See -> https://github.com/elementary/pantheon-agent-geoclue2/pull/21
47 ${glib.dev}/bin/glib-compile-schemas $out/share/glib-2.0/schemas
51 updateScript = nix-update-script { };
55 description = "Pantheon Geoclue2 Agent";
56 homepage = "https://github.com/elementary/pantheon-agent-geoclue2";
57 license = licenses.gpl3Plus;
58 platforms = platforms.linux;
59 maintainers = teams.pantheon.members;