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

gcc: flatten nested conditionals in libgcc.nix #228602

Closed
wants to merge 1 commit into from
Closed

gcc: flatten nested conditionals in libgcc.nix #228602

wants to merge 1 commit into from

Commits on Apr 27, 2023

  1. gcc: flatten nested conditionals in libgcc.nix

    This commit improves readability in libgcc.nix by flattening the
    conditionals.
    
    This commit has no effect on eval except that when `langC &&
    !enableLibGccOutput` the empty string will be added as a
    `preFixupLibGccPhase`.  This will cause a global rebuild on Darwin
    as well as all pkgsCross stdenvs, but improve maintainability and
    readability going forward.
    Adam Joseph committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ac980bb View commit details
    Browse the repository at this point in the history