Remove `unpackCmd's not needed with GNU tar format auto-detection (r18492).
svn path=/nixpkgs/branches/stdenv-updates/; revision=18653
This commit is contained in:
@@ -10,8 +10,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildNativeInputs = [ lzma m4 perl ];
|
||||
|
||||
unpackCmd = "lzma -d < $src | tar xv";
|
||||
|
||||
# Don't fixup "#! /bin/sh" in Libtool, otherwise it will use the
|
||||
# "fixed" path in generated files!
|
||||
dontPatchShebangs = true;
|
||||
|
||||
Reference in New Issue
Block a user