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

Impure runtime dependencies #61

Closed
infinisil opened this issue Jan 4, 2024 · 3 comments
Closed

Impure runtime dependencies #61

infinisil opened this issue Jan 4, 2024 · 3 comments

Comments

@infinisil
Copy link
Member

infinisil commented Jan 4, 2024

Derivations occasionally need dependencies that are impractical to provide purely in the build, which leads to problems and workarounds. For example:

I previously sketched a potential solution here: https://gist.github.com/infinisil/3366e7dfc9a01f6eeb25b5cb475cc585


We decided to focus on this topic for this weeks Nix Hour, this Friday at 15:00 CET! If you have any questions about this topic, either:

  • Ask them in this issue in advance with a comment
  • Join the meeting and ask using voice or chat

And if you just want to listen in, it's going to be streamed to YouTube here 🙂

@infinisil
Copy link
Member Author

New meeting link: https://meet.jit.si/the-nix-hour

@patryk4815
Copy link

Today I had issue with glibc nss on rhel linux. Solved by:

ln -s /lib64/libnss_sss.so.2 /nix/store/qn3ggz5sf3hkjs2c797xf7nan3amdxmp-glibc-2.38-27/lib/libnss_sss.so.2

I don't like non-Nixos problems 😞

@infinisil
Copy link
Member Author

Yeah it's not great, lot of improvement potential!

For now I'll close this issue since we talked about this last time :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants