treewide: NIX_*_COMPILE -> string
This commit is contained in:
@@ -41,9 +41,7 @@ stdenv.mkDerivation rec {
|
||||
sconsFlags+=" DATADIR=$out/share/globulation2/glob2"
|
||||
'';
|
||||
|
||||
NIX_LDFLAGS = [
|
||||
"-lboost_system"
|
||||
];
|
||||
NIX_LDFLAGS = "-lboost_system";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "RTS without micromanagement";
|
||||
|
||||
Reference in New Issue
Block a user