Merge pull request #117867 from mrVanDalo/feature/tor-browser-override
tor-browser-bundle-bin: make overrideAttrs work
This commit is contained in:
commit
262a728ae5
@ -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 New Issue
Block a user