egoboo: link with libm explicitly

This commit is contained in:
Piotr Bogdan 2019-01-04 19:33:50 +00:00
parent 19d339ce3a
commit 69981de277

View file

@ -44,6 +44,10 @@ stdenv.mkDerivation rec {
''; '';
*/ */
NIX_LDFLAGS = [
"-lm"
];
meta = { meta = {
description = "3D dungeon crawling adventure"; description = "3D dungeon crawling adventure";