forked from mirrors/nixpkgs
tor-browser-bundle-bin: make overrideAttrs work
This commit is contained in:
parent
e4ecc241b8
commit
8dadf3873f
|
@ -130,7 +130,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
# Unpack & enter
|
||||
mkdir -p "$TBB_IN_STORE"
|
||||
tar xf "${src}" -C "$TBB_IN_STORE" --strip-components=2
|
||||
tar xf "$src" -C "$TBB_IN_STORE" --strip-components=2
|
||||
pushd "$TBB_IN_STORE"
|
||||
|
||||
# Set ELF interpreter
|
||||
|
|
Loading…
Reference in a new issue