| 19 Aug 2025 |
Alex | In reply to @emilazy:matrix.org does anyone know if configurePlatforms = [ "host" ]; by default would break as much stuff as [ "build" "host" ] Wouldn't this break cross for most packages?
Looking at the autoconf documentation, it seems like it won't try to guess the build platform if you set --host. | 22:39:43 |
emily | we pass [ "build" "host" ] when doing cross | 22:40:01 |
emily | I'm just talking about the default for the native case | 22:40:05 |
emily | which should be [ "build" "host" ], but isn't because some stuff breaks | 22:40:15 |
emily | though maybe it's about time to just throw that in a cycle and deal with the fallout | 22:41:53 |
emily | I forget what Artturin said last time I was talking about a good ordering for these things | 22:42:06 |
emily | not sure if https://github.com/NixOS/nixpkgs/pull/181724 ended up resolved | 22:43:07 |
emily | ok, yeah, https://github.com/NixOS/nixpkgs/issues/178802 | 22:52:39 |