mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
bash: define DEFAULT_LOADABLE_BUILTINS_PATH for non-FHS builds (#290165)
This commit is contained in:
@@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
|
||||
'' + lib.optionalString (!forFHSEnv) ''
|
||||
-DDEFAULT_PATH_VALUE="/no-such-path"
|
||||
-DSTANDARD_UTILS_PATH="/no-such-path"
|
||||
-DDEFAULT_LOADABLE_BUILTINS_PATH="${placeholder "out"}/lib/bash:."
|
||||
'' + ''
|
||||
-DNON_INTERACTIVE_LOGIN_SHELLS
|
||||
-DSSH_SOURCE_BASHRC
|
||||
|
||||
Reference in New Issue
Block a user