egoboo: link with libm explicitly

This commit is contained in:
Piotr Bogdan
2019-01-04 21:44:18 +00:00
parent 19d339ce3a
commit 69981de277
+4
View File
@@ -44,6 +44,10 @@ stdenv.mkDerivation rec {
''; '';
*/ */
NIX_LDFLAGS = [
"-lm"
];
meta = { meta = {
description = "3D dungeon crawling adventure"; description = "3D dungeon crawling adventure";