Skip to content

Commit

Permalink
bash: badPlatforms mingw
Browse files Browse the repository at this point in the history
`bash` doesn't compile for `mingw`

https://www.github.com/NixOS/nixpkgs/issues/333338
  • Loading branch information
Artturin authored and alyssais committed Sep 12, 2024
1 parent 8ef21e8 commit 8c116c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/shells/bash/5.nix
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl3Plus;
platforms = platforms.all;
# https://github.com/NixOS/nixpkgs/issues/333338
badPlatforms = [ lib.systems.inspect.patterns.isMinGW ];
maintainers = [ ];
mainProgram = "bash";
};
Expand Down

0 comments on commit 8c116c6

Please sign in to comment.