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

autoPatchelfHook: fix shell expansion issue & add glob support #195306

Merged
merged 2 commits into from
Oct 10, 2022

Commits on Oct 10, 2022

  1. autoPatchelfHook: fix turning [ "*" ] into bash array

    Previously globs were incorrectly handled and expanded by bash into the files in the temporary build directory.
    adisbladis committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    41c0964 View commit details
    Browse the repository at this point in the history
  2. autoPatchelfHook: support glob patterns

    so for example cuda could be ignored by setting:
    ``` nix
    autoPatchelfIgnoreMissingDeps = [ "*cuda*.so*" ];
    ```
    adisbladis committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    01535ff View commit details
    Browse the repository at this point in the history