mate-panel: 1.18.6 -> 1.18.7

This commit is contained in:
José Romildo Malaquias 2018-01-08 15:04:39 -02:00 committed by Tuomas Tynkkynen
parent 17efcaa8aa
commit bf4c39134c

View file

@ -4,11 +4,11 @@ stdenv.mkDerivation rec {
name = "mate-panel-${version}";
version = "${major-ver}.${minor-ver}";
major-ver = "1.18";
minor-ver = "6";
minor-ver = "7";
src = fetchurl {
url = "http://pub.mate-desktop.org/releases/${major-ver}/${name}.tar.xz";
sha256 = "0cyfqq7i3qilw6qfxay4j9rl9y03s611nrqy5bh7lkdx1y0l16kx";
sha256 = "1m0fxyzbvg239dddmz3ksd8871lhkd7n3fxvdgdf4hv9rlvm1klv";
};
nativeBuildInputs = [
@ -24,12 +24,12 @@ stdenv.mkDerivation rec {
libwnck3
librsvg
libxml2
hicolor_icon_theme
gnome3.gtk
gnome3.dconf
mate.libmateweather
mate.mate-desktop
mate.mate-menus
hicolor_icon_theme
];
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";