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

Use nix-support/cc-{c,ld}flags files to configure compiler flags #227

Merged
merged 6 commits into from
May 19, 2022

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    34cf669 View commit details
    Browse the repository at this point in the history
  2. Support codesigning on MacOS

    Fixes #224
    avdv committed May 17, 2022
    Configuration menu
    Copy the full SHA
    5aa0b34 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Use bintools from pkgs.stdenv.cc instead of pkgs.binutils

    The `bintools` attribute of a compiler derivation contains the corresponding
    binutils or cctools.
    
    Add some documentation and example code to explain how to use
    `nixpkgs_cc_configure`.
    avdv committed May 18, 2022
    Configuration menu
    Copy the full SHA
    4a02190 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    063f2fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24fff89 View commit details
    Browse the repository at this point in the history
  3. Override postLinkSignHook on Darwin

    This is necessary because the original `postLinkSignHook` assumes the `codesign_allocate` is in
    `PATH`.
    avdv committed May 19, 2022
    Configuration menu
    Copy the full SHA
    0c4a632 View commit details
    Browse the repository at this point in the history