pantheon.pantheon-agent-geoclue2: 1.0.5 -> 1.0.6
This commit is contained in:
parent
0ecef48716
commit
6c2cda994d
@ -11,18 +11,19 @@
|
|||||||
, libgee
|
, libgee
|
||||||
, desktop-file-utils
|
, desktop-file-utils
|
||||||
, geoclue2
|
, geoclue2
|
||||||
|
, granite
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pantheon-agent-geoclue2";
|
pname = "pantheon-agent-geoclue2";
|
||||||
version = "1.0.5";
|
version = "1.0.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "elementary";
|
owner = "elementary";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0hx3sky0vd2vshkscy3w5x3s18gd45cfqh510xhbmvc0sa32q9gd";
|
sha256 = "sha256-DvE0/bR4mVfqCw/c/1h75M8DfCiNPZ2h6Jl6ySk1qxs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -36,6 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
geoclue2
|
geoclue2
|
||||||
|
granite
|
||||||
gtk3
|
gtk3
|
||||||
libgee
|
libgee
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user