bash: add pkgsStatic.bash to passthru
to prevent regressions on updates
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user