mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00: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