globulation2: link with libboost_system explicitly
This commit is contained in:
parent
4477dedfba
commit
77b88afa30
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ stdenv.mkDerivation rec {
|
|||
sconsFlags+=" DATADIR=$out/share/globulation2/glob2"
|
||||
'';
|
||||
|
||||
NIX_LDFLAGS = [
|
||||
"-lboost_system"
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "RTS without micromanagement";
|
||||
maintainers = with maintainers; [ raskin ];
|
||||
|
|
Loading…
Reference in a new issue