bash: badPlatforms
mingw
`bash` doesn't compile for `mingw` https://www.github.com/NixOS/nixpkgs/issues/333338
This commit is contained in:
parent
8ef21e88b6
commit
8c116c6112
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user