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

internal/devbox: stop setting LD_LIBRARY_PATH and LIBRARY_PATH #1799

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

gcurtis
Copy link
Collaborator

@gcurtis gcurtis commented Feb 8, 2024

As discussed, these cause way more problems than they solve. Now that we support multiple and non-default package outputs, other programs should be able to find libraries as long as they use the wrapped clang/gcc from the stdenv.

Fixes #1752.
Fixes #1798.

As discussed, these cause way more problems than they solve. Now that we
support multiple and non-default package outputs, other programs should
be able to find libraries as long as they use the wrapped clang/gcc from
the stdenv.

Fixes #1752.
Fixes #1798.
@gcurtis gcurtis merged commit 316219f into main Feb 8, 2024
24 checks passed
@gcurtis gcurtis deleted the gcurtis/rm-lib-path branch February 8, 2024 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Stop setting LD_LIBRARY_PATH and LIBRARY_PATH [Bug]: Cannot install ruby + mysql2 gem
2 participants