pantheon.wingpanel-indicators-bluetooth: 2.1.4 -> 2.1.5
This commit is contained in:
parent
082d977eac
commit
ac2f83c1ad
@ -7,6 +7,7 @@
|
|||||||
, ninja
|
, ninja
|
||||||
, vala
|
, vala
|
||||||
, gtk3
|
, gtk3
|
||||||
|
, glib
|
||||||
, granite
|
, granite
|
||||||
, libnotify
|
, libnotify
|
||||||
, wingpanel
|
, wingpanel
|
||||||
@ -16,13 +17,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "wingpanel-indicator-bluetooth";
|
pname = "wingpanel-indicator-bluetooth";
|
||||||
version = "2.1.4";
|
version = "2.1.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "elementary";
|
owner = "elementary";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "05v3qy4rxi4l3g1ql99vcjylb01hz3galh19c2jc3lqc1mf1z1j1";
|
sha256 = "0ylbpai05b300h07b94xcmw9xi7qx13l1q38zlg2n95d3c5264dp";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
@ -32,6 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
glib # for glib-compile-schemas
|
||||||
libxml2
|
libxml2
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
@ -41,6 +43,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
glib
|
||||||
granite
|
granite
|
||||||
gtk3
|
gtk3
|
||||||
libgee
|
libgee
|
||||||
|
Loading…
Reference in New Issue
Block a user