-
Notifications
You must be signed in to change notification settings - Fork 22
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
removeConfigureFlags
appears to be broken (asks for list of strings, but throws a type error when receiving a list of strings)
#296
Comments
Can repro; looks like this was always broken. Fix incoming. Aside: we need property tests for Nix. |
Is it actually removing the flag for you? I still see the flag I'm trying to remove. |
It simply uses |
Does setting |
Also make sure to try with this fix first #298 |
I might be doing something wrong... Out of curiosity, where are the default configure flags coming from? I see some that correspond to settings, but others like I'm using |
I was trying to use the LLVM backend |
At this point, I'd suggest continuing this discussion in Zulip or Github Discussions. |
Okay I'll pop in there. Thanks |
This bit throws an error:
error: expected a set but found a string: "--with-gcc=gcc"
.If I change the list to a set or change the string to a set, it says
error: A definition for option 'removeConfigureFlags' is not of type 'null or (list of string)'
. I've tried just about everything I can think of... is this attribute bugged?The text was updated successfully, but these errors were encountered: