inkscape: 0.92.0 -> 0.92.1 (#23652)
This commit is contained in:
parent
dba9ca47f0
commit
2ab778cc9c
|
@ -5,18 +5,24 @@
|
||||||
, libvisio, libcdr, libexif, automake114x, cmake
|
, libvisio, libcdr, libexif, automake114x, cmake
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
python2Env = python2.withPackages(ps: with ps; [ numpy lxml ]);
|
python2Env = python2.withPackages(ps: with ps; [ numpy lxml ]);
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "inkscape-0.92.0";
|
name = "inkscape-0.92.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://inkscape.org/gallery/item/10552/${name}.tar.bz2";
|
url = "https://media.inkscape.org/dl/resources/file/${name}.tar_XlpI7qT.bz2";
|
||||||
sha256 = "0mmssxnxsvb3bpm7ck5pqvwyacrz1nkyacs571jx8j04l1cw3d5q";
|
sha256 = "01chr3vh728dkg7l7lilwgmh5nrp784khdhjgpqjbq9dh2zhax15";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
unpackPhase = ''
|
||||||
|
cp $src ${name}.tar.bz2
|
||||||
|
tar xvjf ${name}.tar.bz2 > /dev/null
|
||||||
|
cd ${name}
|
||||||
|
'';
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs share/extensions
|
patchShebangs share/extensions
|
||||||
patchShebangs fix-roff-punct
|
patchShebangs fix-roff-punct
|
||||||
|
|
Loading…
Reference in New Issue