glfw3: apparently fix the build

+1
+1
pkgs/development/libraries/glfw/3.x.nix
··· 21 21 ]; 22 22 23 23 cmakeFlags = "-DBUILD_SHARED_LIBS=ON"; 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";