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

Lua: consolidate setup hooks #67239

Merged
merged 3 commits into from
Sep 1, 2019
Merged

Commits on Aug 22, 2019

  1. lua*Packages: Consolidate separate setup hooks together

    - Lua packages now consistently use LUA_PATH/LUA_CPATH rather than a mix
      of those and NIX_LUA_PATH/NIX_LUA_CPATH
    - Lua libraries are now consistently only added to the search path
    variables if:
        1) The library actually has a corresponding directory to search
        2) The library is not already present in the search path
      This should help prevent the search paths from growing overly large
    - Fixed bugs in some path helpers
    - Changed the affected shell script indentation to 2 spaces; nixpkgs
      shell scripts are inconsistently split between 2 and 4 space
      indentation, but 2 matches better with the Nix expressions, so IMO it
      makes more sense
    Shados committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    d6f151c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf561ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6a555b View commit details
    Browse the repository at this point in the history