mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
mate.mate-applets: 1.26.1 -> 1.28.0
https://github.com/mate-desktop/mate-applets/compare/v1.26.1...v1.28.0
This commit is contained in:
parent
ff1c608c72
commit
0f013ace32
@ -7,7 +7,7 @@
|
||||
, dbus-glib
|
||||
, glib
|
||||
, gtk3
|
||||
, gtksourceview3
|
||||
, gtksourceview4
|
||||
, gucharmap
|
||||
, libmateweather
|
||||
, libnl
|
||||
@ -20,7 +20,6 @@
|
||||
, polkit
|
||||
, upower
|
||||
, wirelesstools
|
||||
, mate
|
||||
, hicolor-icon-theme
|
||||
, wrapGAppsHook
|
||||
, mateUpdateScript
|
||||
@ -28,11 +27,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mate-applets";
|
||||
version = "1.26.1";
|
||||
version = "1.28.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "Orj2HbN23DM85MGHIsY6B/qz6OEnK34OCXrUWXsXwsI=";
|
||||
sha256 = "G2vva9XTJvudyCj/kQ5LG5KUtGYMMR3ByQMQ/Zw1ZoY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -45,7 +44,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
dbus-glib
|
||||
gtk3
|
||||
gtksourceview3
|
||||
gtksourceview4
|
||||
gucharmap
|
||||
hicolor-icon-theme
|
||||
libgtop
|
||||
@ -61,7 +60,7 @@ stdenv.mkDerivation rec {
|
||||
wirelesstools
|
||||
];
|
||||
|
||||
configureFlags = [ "--enable-suid=no" ];
|
||||
configureFlags = [ "--enable-suid=no" "--enable-in-process" ];
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user