mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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:
parent
f9750a769f
commit
e596a33dc0
@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ gtk2 alsaLib SDL ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
LDFLAGS = [ "-lm" ];
|
||||
|
||||
meta = {
|
||||
description = "Ultimate/Unix/Unusable Amiga Emulator";
|
||||
|
Loading…
Reference in New Issue
Block a user