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 {
|
||||
name = "python-caja-${version}";
|
||||
version = "1.20.2";
|
||||
version = "1.22.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
|
||||
sha256 = "16r8mz1b44qgs19d14zadwzshzrdc5sdwgjp9f9av3fa6g09yd7b";
|
||||
sha256 = "1zwdjvxci72j0181nlfq6912lw3aq8j3746brlp7wlzn22qp7b0k";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig
|
||||
intltool
|
||||
pythonPackages.wrapPython
|
||||
python3Packages.wrapPython
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gtk3
|
||||
mate.caja
|
||||
pythonPackages.python
|
||||
pythonPackages.pygobject3
|
||||
python3Packages.python
|
||||
python3Packages.pygobject3
|
||||
];
|
||||
|
||||
configureFlags = [ "--with-cajadir=$$out/lib/caja/extensions-2.0" ];
|
||||
|
|
Loading…
Reference in New Issue