mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
opendungeons: link with pthreads explicitly
This commit is contained in:
parent
ff1fc5a199
commit
a6d2bff765
@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ cmake ogre cegui boost sfml openal ois ];
|
||||
NIX_LDFLAGS = [
|
||||
"-lpthread"
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "An open source, real time strategy game sharing game elements with the Dungeon Keeper series and Evil Genius.";
|
||||
|
Loading…
Reference in New Issue
Block a user