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
commit 8ae71462d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; {