mate.mate-polkit: 1.26.1 -> 1.28.1
https://github.com/mate-desktop/mate-polkit/compare/v1.26.1...v1.28.1 Also uses Ayatana appindicator.
This commit is contained in:
parent
1d5c2c780f
commit
21690886e3
1 changed files with 4 additions and 6 deletions
|
@ -5,19 +5,18 @@
|
||||||
, gettext
|
, gettext
|
||||||
, gtk3
|
, gtk3
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, libappindicator-gtk3
|
, libayatana-appindicator
|
||||||
, libindicator-gtk3
|
|
||||||
, polkit
|
, polkit
|
||||||
, mateUpdateScript
|
, mateUpdateScript
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mate-polkit";
|
pname = "mate-polkit";
|
||||||
version = "1.26.1";
|
version = "1.28.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "9bewtd/FMwLEBAMkWZjrkSGvP1DnFmagmrc7slRSA1c=";
|
sha256 = "NQod0KjtaiycGDz/KiHzlCmelo/MauLoyTxWXa5gSug=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -28,8 +27,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3
|
gtk3
|
||||||
libappindicator-gtk3
|
libayatana-appindicator
|
||||||
libindicator-gtk3
|
|
||||||
polkit
|
polkit
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue