tor-browser-bundle-bin: stdenv.shell -> runtimeShell in wrapper
This commit is contained in:
parent
546e511edc
commit
aacf68a635
@ -43,6 +43,7 @@
|
|||||||
, coreutils
|
, coreutils
|
||||||
, glibcLocales
|
, glibcLocales
|
||||||
, defaultIconTheme
|
, defaultIconTheme
|
||||||
|
, runtimeShell
|
||||||
, shared-mime-info
|
, shared-mime-info
|
||||||
, gsettings-desktop-schemas
|
, gsettings-desktop-schemas
|
||||||
|
|
||||||
@ -277,7 +278,7 @@ stdenv.mkDerivation rec {
|
|||||||
# Generate wrapper
|
# Generate wrapper
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cat > "$out/bin/tor-browser" << EOF
|
cat > "$out/bin/tor-browser" << EOF
|
||||||
#! ${stdenv.shell}
|
#! ${runtimeShell}
|
||||||
set -o errexit -o nounset
|
set -o errexit -o nounset
|
||||||
|
|
||||||
PATH=${makeBinPath [ coreutils ]}
|
PATH=${makeBinPath [ coreutils ]}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user