Merge pull request #215976 from SuperSandro2000/bash-static-passthru
bash: add pkgsStatic.bash to passthru
This commit is contained in:
commit
8ae71462d6
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
, withDocs ? false
|
||||
, texinfo
|
||||
, forFHSEnv ? false
|
||||
|
||||
, pkgsStatic
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -113,6 +115,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
passthru = {
|
||||
shellPath = "/bin/bash";
|
||||
tests.static = pkgsStatic.bash;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue