| 4 Aug 2025 |
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 |
kjeremy | dramforever: I'm basically trying to apply https://github.com/lopsided98/nix-ros-overlay/pull/558/ and get it to cross compile | 18:00:37 |
dramforever | ah, that makes sense | 18:01:42 |
dramforever | i don't think self is spliced there | 18:01:48 |
dramforever | unless it is | 18:02:02 |