| 4 Aug 2025 |
dramforever | oh, i misread | 17:49:08 |
dramforever | zenoh-c has zenoh in both dependencies and build-dependencies | 17:49:22 |
dramforever | that makes sense | 17:49:54 |
dramforever | so it's probably just a depsBuildBuild = [ buildPackages.stdenv.cc ]; | 17:50:10 |
dramforever | ... should have realized nix-ros-overlay is just a thing, https://github.com/lopsided98/nix-ros-overlay/blob/develop/distros/humble/zenoh-cpp-vendor/default.nix | 17:52:41 |
emily | https://github.com/rust-lang/rust/issues/144919 | 17:58:49 |
emily | love to find rustc bugs while working on Nixpkgs | 17:58:52 |
kjeremy | Yes it's in nativeBuildInputs but it uses qemu if I don't use buildPackages.rustPlatform.cargoSetupHook | 17:59:17 |
dramforever | interesting | 17:59:28 |
dramforever | kjeremy: this should fix the -m64 problem | 18:00:01 |
dramforever | you can check the full log | 18:00:21 |
dramforever | it should say it's actually native compiling on x86_64 | 18:00:28 |
dramforever | for the build script | 18:00:37 |