inkscape: clean up

The unpackPhase override was only needed when the download server mangled the file extension:

https://github.com/NixOS/nixpkgs/pull/23652
wip/yesman
Jan Tojnar 4 years ago
parent 8686922e68
commit 38e316d398
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 6
      pkgs/applications/graphics/inkscape/default.nix

@ -43,12 +43,6 @@ stdenv.mkDerivation rec {
# will leave us under ARGMAX.
strictDeps = true;
unpackPhase = ''
cp $src ${name}.tar.bz2
tar xvjf ${name}.tar.bz2 > /dev/null
cd ${name}
'';
postPatch = ''
patchShebangs share/extensions
patchShebangs fix-roff-punct

Loading…
Cancel
Save