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

treewide: move fixDarwinDylibNames to nativeBuildInputs #100388

Merged
merged 2 commits into from
Oct 21, 2020

Commits on Oct 21, 2020

  1. treewide: move fixDarwinDylibNames to nativeBuildInputs

    This hook runs at build time and depends on executing
    install_name_tool from binutils.
    thefloweringash committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    722d02a View commit details
    Browse the repository at this point in the history
  2. sudolikeaboss: remove input propagation and unused hook

    This package is a leaf that exports no libraries, so propagating its
    inputs should have no effect.
    
    The fixDarwinDylibNames hook only applies to *.dylib files, which this
    package does not contain.
    thefloweringash committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    5b5d38a View commit details
    Browse the repository at this point in the history