mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
goxel: link with pthreads explicitly
This commit is contained in:
parent
71f216b7e6
commit
418a2d771c
@ -16,6 +16,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ scons pkgconfig wrapGAppsHook ];
|
||||
buildInputs = [ glfw3 gtk3 libpng12 ];
|
||||
NIX_LDFLAGS = [
|
||||
"-lpthread"
|
||||
];
|
||||
|
||||
buildPhase = ''
|
||||
make release
|
||||
|
Loading…
Reference in New Issue
Block a user