about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-04-14 01:41:17 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-04-14 02:05:12 +0200
commit38e316d398a942fa896ed52c58d043315c95a140 (patch)
treec1199899f5bc2c458c5c60c330207c7f4909f215 /pkgs/applications/graphics
parent8686922e68dfce2786722acad9593ad392297188 (diff)
downloadnixlib-38e316d398a942fa896ed52c58d043315c95a140.tar
nixlib-38e316d398a942fa896ed52c58d043315c95a140.tar.gz
nixlib-38e316d398a942fa896ed52c58d043315c95a140.tar.bz2
nixlib-38e316d398a942fa896ed52c58d043315c95a140.tar.lz
nixlib-38e316d398a942fa896ed52c58d043315c95a140.tar.xz
nixlib-38e316d398a942fa896ed52c58d043315c95a140.tar.zst
nixlib-38e316d398a942fa896ed52c58d043315c95a140.zip
inkscape: clean up
The unpackPhase override was only needed when the download server mangled the file extension:

https://github.com/NixOS/nixpkgs/pull/23652
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/inkscape/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix
index 763c9f4db220..4cfc6cb41848 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