Unverified Commit 8ae71462 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

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

bash: add pkgsStatic.bash to passthru
parents 77140a49 d5e55b8d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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; {