uae: fixup build

Fixes #62341.  I'm not sure why the problem happened,
but the solution seems fairly simple and risk-free.
This commit is contained in:
Vladimír Čunát 2019-06-09 12:21:15 +02:00
parent f9750a769f
commit e596a33dc0
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ gtk2 alsaLib SDL ];
hardeningDisable = [ "format" ];
LDFLAGS = [ "-lm" ];
meta = {
description = "Ultimate/Unix/Unusable Amiga Emulator";