Yt

Results 108 comments of Yt

This PR is still relevant. Compilation on a rust project actually fails at the moment. I tried to set up the environment variables in this PR however and it still...

alright, I tested on x86_darwin and couldn't reproduce the problem on a public repo. On a private repo on aarch64-darwin. I had to set RUSTFLAGS="-L${pkgs.darwin.apple_sdk.frameworks.CoreFoundation}/Library/Frameworks" (also had to add the...

I did some testing on linux and had to add glibc to the rustflags (just mentioning). I quite like the api of this module, however I don't think I would...

I just hit some linkers error on ubuntu, I see why those LD variables are important. I had to add librdkafka to the LD_LIBRARY_PATH. After that it complained about ```...

so here is how I understand the situation. If I add in the rustflags "${pkg.glibc}/lib" then rust compiles against that version of glibc. (I get a compiler error without that...

I'm not sure what to do next to tackle the linker problem. I've found a way to make it work on darwin, but I'm sure it's not how nix traditionally...

I have some small updates on this. using `lld_13` and `RUSTFLAGS="-C linkg-arg=-fuse-ld=lld"` solved all the linker issues I had on darwin. On ubuntu I still run into a glibc compilation...

alright, I've got more news. what is needed here is the following - `LIBRARY_PATH` set to `$DEVSHELL_DIR/lib` - `RUSTFLAGS` set to `-F framework=$DEVSHELL_DIR/Library/Frameworks`. The problem with that is that someone...

really interested in this, would be nice to see this make it into agenix.

Hey thanks for this PR ! The fix to pict-rs can be merged immediately, but the patching of stdenv needs to go through a lot more review and discussion. Would...