forked from mirrors/nixpkgs
opendungeons: link with pthreads explicitly
This commit is contained in:
parent
ff1fc5a199
commit
a6d2bff765
|
@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ cmake ogre cegui boost sfml openal ois ];
|
buildInputs = [ cmake ogre cegui boost sfml openal ois ];
|
||||||
|
NIX_LDFLAGS = [
|
||||||
|
"-lpthread"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "An open source, real time strategy game sharing game elements with the Dungeon Keeper series and Evil Genius.";
|
description = "An open source, real time strategy game sharing game elements with the Dungeon Keeper series and Evil Genius.";
|
||||||
|
|
Loading…
Reference in a new issue