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
1 changed files with 0 additions and 6 deletions
|
@ -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…
Reference in a new issue