Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

uae: fixup build

Fixes #62341. I'm not sure why the problem happened,
but the solution seems fairly simple and risk-free.

+1
+1
pkgs/misc/emulators/uae/default.nix
··· 14 14 buildInputs = [ gtk2 alsaLib SDL ]; 15 15 16 16 hardeningDisable = [ "format" ]; 17 + LDFLAGS = [ "-lm" ]; 17 18 18 19 meta = { 19 20 description = "Ultimate/Unix/Unusable Amiga Emulator";