mate.python-caja: 1.20.2 -> 1.22.0
This commit is contained in:
parent
dae51d3c98
commit
b071aef46f
@ -1,25 +1,25 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, gtk3, mate, pythonPackages }:
|
{ stdenv, fetchurl, pkgconfig, intltool, gtk3, mate, python3Packages }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "python-caja-${version}";
|
name = "python-caja-${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 = "16r8mz1b44qgs19d14zadwzshzrdc5sdwgjp9f9av3fa6g09yd7b";
|
sha256 = "1zwdjvxci72j0181nlfq6912lw3aq8j3746brlp7wlzn22qp7b0k";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig
|
pkgconfig
|
||||||
intltool
|
intltool
|
||||||
pythonPackages.wrapPython
|
python3Packages.wrapPython
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3
|
gtk3
|
||||||
mate.caja
|
mate.caja
|
||||||
pythonPackages.python
|
python3Packages.python
|
||||||
pythonPackages.pygobject3
|
python3Packages.pygobject3
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [ "--with-cajadir=$$out/lib/caja/extensions-2.0" ];
|
configureFlags = [ "--with-cajadir=$$out/lib/caja/extensions-2.0" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user