Nicolas Dudebout
Nicolas Dudebout
I had the same problem. My file was not very complicated, along those lines: ``` (source melpa) (depends-on magit) (depends-on palet) ;; some comments ``` I did not care for...
Thank you Viktor for the detailed feedback. I will reply to it and start implementing some of the suggestions in the next few weeks.
@vdukhovni I am still interested in getting this done but have not found the time yet. If you have a time constraint, let me know.
Sounds good. I'll let you know when I start working on it.
The change looks good to me. Why did you not go the `cc = stdenv.cc` route @Ericson2314? Either way, this might need a little note in the text since it...
I think that using `cc = stdenv.cc` with a note explaining it picks the correct C compiler for the platform, gcc for Linux and clang for Darwin, might be easier.
My understanding of the fix mentioned in the original message is to find an HTTP location serving the same content as the HTTPS counterpart. I don't think we can really...
I am not sure where it is used in your case, but it is defined here: https://github.com/brendanhay/amazonka/blob/develop/amazonka/src/Network/AWS/EC2/Metadata.hs. Do you have a small example showing the issue?
This is now done.