From 38e316d398a942fa896ed52c58d043315c95a140 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Tue, 14 Apr 2020 01:41:17 +0200 Subject: [PATCH] inkscape: clean up The unpackPhase override was only needed when the download server mangled the file extension: https://github.com/NixOS/nixpkgs/pull/23652 --- pkgs/applications/graphics/inkscape/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix index 763c9f4db22..4cfc6cb4184 100644 --- a/pkgs/applications/graphics/inkscape/default.nix +++ b/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