Unverified Commit d5e55b8d authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

bash: add pkgsStatic.bash to passthru

to prevent regressions on updates
parent 6fe0b230
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; {