nixpkgs/pkgs/tools/filesystems/fatsort
Alyssa Ross 09e702a505
fatsort: fix build for cross FreeBSD
libiconv is already defined per-platform.  The actual libiconv library
won't be built on platforms like Linux where it doesn't need to be, so
there's no need to maintain a separate platform list here.

We have to override the uname values, or they'll be detected for the
build platform, because the build system just runs uname(1).

Tested by cross compiling to x86_64-freebsd from x86_64-linux.
2023-01-25 19:31:46 +00:00
..
default.nix fatsort: fix build for cross FreeBSD 2023-01-25 19:31:46 +00:00