forked from mirrors/nixpkgs
mate-panel: 1.18.6 -> 1.18.7
This commit is contained in:
parent
17efcaa8aa
commit
bf4c39134c
1 changed files with 3 additions and 3 deletions
|
@ -4,11 +4,11 @@ stdenv.mkDerivation rec {
|
||||||
name = "mate-panel-${version}";
|
name = "mate-panel-${version}";
|
||||||
version = "${major-ver}.${minor-ver}";
|
version = "${major-ver}.${minor-ver}";
|
||||||
major-ver = "1.18";
|
major-ver = "1.18";
|
||||||
minor-ver = "6";
|
minor-ver = "7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pub.mate-desktop.org/releases/${major-ver}/${name}.tar.xz";
|
url = "http://pub.mate-desktop.org/releases/${major-ver}/${name}.tar.xz";
|
||||||
sha256 = "0cyfqq7i3qilw6qfxay4j9rl9y03s611nrqy5bh7lkdx1y0l16kx";
|
sha256 = "1m0fxyzbvg239dddmz3ksd8871lhkd7n3fxvdgdf4hv9rlvm1klv";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -24,12 +24,12 @@ stdenv.mkDerivation rec {
|
||||||
libwnck3
|
libwnck3
|
||||||
librsvg
|
librsvg
|
||||||
libxml2
|
libxml2
|
||||||
hicolor_icon_theme
|
|
||||||
gnome3.gtk
|
gnome3.gtk
|
||||||
gnome3.dconf
|
gnome3.dconf
|
||||||
mate.libmateweather
|
mate.libmateweather
|
||||||
mate.mate-desktop
|
mate.mate-desktop
|
||||||
mate.mate-menus
|
mate.mate-menus
|
||||||
|
hicolor_icon_theme
|
||||||
];
|
];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
|
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
|
||||||
|
|
Loading…
Add table
Reference in a new issue