tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
glfw3: apparently fix the build
Michael Raskin
9 years ago
be90eb04
cd5b6775
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
glfw
3.x.nix
+1
pkgs/development/libraries/glfw/3.x.nix
···
21
21
];
22
22
23
23
cmakeFlags = "-DBUILD_SHARED_LIBS=ON";
24
24
+
NIX_LDFLAGS= "-lpthread -L${stdenv.cc.libc.out}/lib";
24
25
25
26
meta = with stdenv.lib; {
26
27
description = "Multi-platform library for creating OpenGL contexts and managing input, including keyboard, mouse, joystick and time";