treewide: cleanup some references to bash
This commit is contained in:
parent
7931d455a4
commit
4092708261
@ -75,7 +75,7 @@ stdenv.mkDerivation {
|
|||||||
preferLocalBuild = true;
|
preferLocalBuild = true;
|
||||||
|
|
||||||
inherit cc libc_bin libc_dev libc_lib bintools coreutils_bin;
|
inherit cc libc_bin libc_dev libc_lib bintools coreutils_bin;
|
||||||
shell = getBin shell + stdenv.lib.optionalString (stdenv ? shellPath) stdenv.shellPath;
|
shell = getBin shell + shell.shellPath or "";
|
||||||
gnugrep_bin = if nativeTools then "" else gnugrep;
|
gnugrep_bin = if nativeTools then "" else gnugrep;
|
||||||
|
|
||||||
inherit targetPrefix infixSalt;
|
inherit targetPrefix infixSalt;
|
||||||
|
@ -6222,7 +6222,7 @@ with pkgs;
|
|||||||
|
|
||||||
### SHELLS
|
### SHELLS
|
||||||
|
|
||||||
runtimeShell = "${runtimeShellPackage}/bin/bash";
|
runtimeShell = "${runtimeShellPackage}${runtimeShellPackage.shellPath}";
|
||||||
runtimeShellPackage = bash;
|
runtimeShellPackage = bash;
|
||||||
|
|
||||||
bash = lowPrio (callPackage ../shells/bash/4.4.nix { });
|
bash = lowPrio (callPackage ../shells/bash/4.4.nix { });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user