mate.mate-menus: 1.20.2 -> 1.22.0
This commit is contained in:
parent
d74f12e002
commit
6e0de115bb
@ -1,17 +1,17 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, glib, gobject-introspection, python, mate }:
|
{ stdenv, fetchurl, pkgconfig, intltool, glib, gobject-introspection, python3, mate }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mate-menus-${version}";
|
name = "mate-menus-${version}";
|
||||||
version = "1.20.2";
|
version = "1.22.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
|
url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
|
||||||
sha256 = "18y4nka38dqqxycxpf7ig4vmrk4i05xqqjk4fxr1ghkj60xxyxz2";
|
sha256 = "1lkakbf2f1815c146z4xp5f0h4lim6jzr02681wbvzalc6k97v5c";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool gobject-introspection ];
|
nativeBuildInputs = [ pkgconfig intltool gobject-introspection ];
|
||||||
|
|
||||||
buildInputs = [ glib python ];
|
buildInputs = [ glib python3 ];
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
"INTROSPECTION_GIRDIR=$(out)/share/gir-1.0/"
|
"INTROSPECTION_GIRDIR=$(out)/share/gir-1.0/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user