pantheon.wingpanel-indicator-bluetooth: 2.1.3 -> 2.1.4

https://github.com/elementary/wingpanel-indicator-bluetooth/releases/tag/2.1.4
This commit is contained in:
worldofpeace 2019-11-25 20:39:50 -05:00
parent 5f8ae4ab94
commit 1ab687e92f

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "wingpanel-indicator-bluetooth"; pname = "wingpanel-indicator-bluetooth";
version = "2.1.3"; version = "2.1.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elementary"; owner = "elementary";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "04ggakf7qp4q0kah5xksbwjn78wpdrp9kdgkj6ibzsb97ngn70g9"; sha256 = "05v3qy4rxi4l3g1ql99vcjylb01hz3galh19c2jc3lqc1mf1z1j1";
}; };
passthru = { passthru = {
@ -48,8 +48,6 @@ stdenv.mkDerivation rec {
wingpanel wingpanel
]; ];
PKG_CONFIG_WINGPANEL_2_0_INDICATORSDIR = "${placeholder "out"}/lib/wingpanel";
postPatch = '' postPatch = ''
chmod +x meson/post_install.py chmod +x meson/post_install.py
patchShebangs meson/post_install.py patchShebangs meson/post_install.py