inkscape: clean up
The unpackPhase override was only needed when the download server mangled the file extension: https://github.com/NixOS/nixpkgs/pull/23652
This commit is contained in:
parent
8686922e68
commit
38e316d398
@ -43,12 +43,6 @@ stdenv.mkDerivation rec {
|
|||||||
# will leave us under ARGMAX.
|
# will leave us under ARGMAX.
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user