Merge pull request #215976 from SuperSandro2000/bash-static-passthru

bash: add pkgsStatic.bash to passthru
This commit is contained in:
Artturi
2023-02-12 17:21:17 +02:00
committed by GitHub
+3
View File
@@ -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; {