mate.mate-notification-daemon: 1.26.1 -> 1.28.0

https://github.com/mate-desktop/mate-notification-daemon/compare/v1.26.1...v1.28.0

Also enables wayland support.

+6 -2
+6 -2
pkgs/desktops/mate/mate-notification-daemon/default.nix
··· 7 , libcanberra-gtk3 8 , libnotify 9 , libwnck 10 , gtk3 11 , libxml2 12 , mate-desktop ··· 17 18 stdenv.mkDerivation rec { 19 pname = "mate-notification-daemon"; 20 - version = "1.26.1"; 21 22 src = fetchurl { 23 url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 24 - sha256 = "Dq6SlsSKPHH9VvGTGWH5LSnkWgRf5fGgX4PHQAwxmSQ="; 25 }; 26 27 nativeBuildInputs = [ ··· 35 libcanberra-gtk3 36 libnotify 37 libwnck 38 gtk3 39 mate-desktop 40 mate-panel 41 ]; 42 43 env.NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0"; 44
··· 7 , libcanberra-gtk3 8 , libnotify 9 , libwnck 10 + , gtk-layer-shell 11 , gtk3 12 , libxml2 13 , mate-desktop ··· 18 19 stdenv.mkDerivation rec { 20 pname = "mate-notification-daemon"; 21 + version = "1.28.0"; 22 23 src = fetchurl { 24 url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 25 + sha256 = "pDEDSOrYZsvLm0xGP00mXMapahp4KpQRoIsjvWXbsuA="; 26 }; 27 28 nativeBuildInputs = [ ··· 36 libcanberra-gtk3 37 libnotify 38 libwnck 39 + gtk-layer-shell 40 gtk3 41 mate-desktop 42 mate-panel 43 ]; 44 + 45 + configureFlags = [ "--enable-in-process" ]; 46 47 env.NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0"; 48