mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
Merge pull request #215976 from SuperSandro2000/bash-static-passthru
bash: add pkgsStatic.bash to passthru
This commit is contained in:
commit
8ae71462d6
@ -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 New Issue
Block a user