24 stdenv.mkDerivation rec {
25 pname = "mate-power-manager";
29 url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
30 sha256 = "jr3LdLYH6Ggza6moFGze+Pl7zlNcKwyzv2UMWPce7iE=";
55 configureFlags = [ "--enable-applets" ];
57 enableParallelBuilding = true;
59 passthru.updateScript = mateUpdateScript { inherit pname; };
62 description = "MATE Power Manager";
63 homepage = "https://mate-desktop.org";
64 license = with licenses; [
68 platforms = platforms.unix;
69 maintainers = teams.mate.members ++ (with maintainers; [ chpatrick ]);