-
Describe the bug error message:
Reproduction
and |
Beta Was this translation helpful? Give feedback.
Answered by
ipetkov
Jun 26, 2024
Replies: 1 comment 3 replies
-
Hi @Chell4 ! If your derivation requires building with clang you can set |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ipetkov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Chell4 ! If your derivation requires building with clang you can set
stdenv = pkgs.clangStdenv;
incommonArgs
which appears to build fine for me. Hope this helps!