mate.mate-applets: 1.24.1 -> 1.26.0
This commit is contained in:
parent
1a695187a3
commit
4a185dc08b
@ -1,37 +1,39 @@
|
|||||||
{ lib, stdenv, fetchurl, pkg-config, gettext, itstool, gnome, glib, gtk3, gtksourceview3, libwnck
|
{ lib, stdenv, fetchurl, pkg-config, gettext, itstool, dbus-glib, glib, gtk3, gtksourceview3
|
||||||
, libgtop, libxml2, libnotify, polkit, upower, wirelesstools, mate, hicolor-icon-theme, wrapGAppsHook
|
, gucharmap, libmateweather, libnl, libwnck, libgtop, libxml2, libnotify, mate-panel, polkit
|
||||||
, mateUpdateScript }:
|
, upower, wirelesstools, mate, hicolor-icon-theme, wrapGAppsHook, mateUpdateScript }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mate-applets";
|
pname = "mate-applets";
|
||||||
version = "1.24.1";
|
version = "1.26.0";
|
||||||
|
|
||||||
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 = "0h70i4x3bk017pgv4zn280682wm58vwdjm7kni91ni8rmblnnvyp";
|
sha256 = "0xy9dwiqvmimqshbfq80jxq65aznlgx491lqq8rl4x8c9sdl7q5p";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
|
||||||
gettext
|
gettext
|
||||||
itstool
|
itstool
|
||||||
|
pkg-config
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
dbus-glib
|
||||||
gtk3
|
gtk3
|
||||||
gtksourceview3
|
gtksourceview3
|
||||||
gnome.gucharmap
|
gucharmap
|
||||||
libwnck
|
hicolor-icon-theme
|
||||||
libgtop
|
libgtop
|
||||||
libxml2
|
libmateweather
|
||||||
|
libnl
|
||||||
libnotify
|
libnotify
|
||||||
|
libwnck
|
||||||
|
libxml2
|
||||||
|
mate-panel
|
||||||
polkit
|
polkit
|
||||||
upower
|
upower
|
||||||
wirelesstools
|
wirelesstools
|
||||||
mate.libmateweather
|
|
||||||
mate.mate-panel
|
|
||||||
hicolor-icon-theme
|
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [ "--enable-suid=no" ];
|
configureFlags = [ "--enable-suid=no" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user