Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cygwin: add as a cross-compilation target, and get bash.exe to compile #354137

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
2 changes: 2 additions & 0 deletions pkgs/shells/bash/5.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ stdenv.mkDerivation rec {

enableParallelBuilding = true;

makeFlags = [ ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't make the code more complicated just to avoid a mass rebuild. Mass rebuilds are fine. The bash changes can do to staging separately from the rest of this if you want.


nativeCheckInputs = [ util-linux ];
doCheck = false; # dependency cycle, needs to be interactive

Expand Down