rerun_py/build.rs
leads to error in nixpkgs packaging
#7411
Labels
🪳 bug
Something isn't working
🧑💻 dev experience
developer experience (excluding CI)
🐧 linux
Linux-specific problems
I'm currently updating the nixpkgs package of the rerun app and we run the python sdk tests on every build. However I had to patch the
rerun_py/build.rs
file to get everything to run like this:NixOS/nixpkgs@ffa3876#diff-16a717928b24120d28cdc8a3638f7383e24438a652fa6c5c9289652ab1ac6669
I'm not sure it that is an nix specific issue or if it is a bug generally present in the repo. I just wanted to report it here.
If I don't patch the path, then I get an error that the directory specified in the
build.rs
doesn't exist, which is true. Not sure if something within your internal build system fixes this automatically or not.Even though it's irrelevant, here's the error
The text was updated successfully, but these errors were encountered: