summary refs log tree commit diff
path: root/pkgs/development/libraries/glfw
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-04-14 01:03:48 +0300
committerNikolay Amiantov <ab@fmap.me>2016-04-14 01:03:48 +0300
commit92f2c5f71ef50a0c9d342aaa757a7fdb57aac7b8 (patch)
tree5573cf19821f62d39531f38fa1913c08d238b0ed /pkgs/development/libraries/glfw
parent52637e22cd72043195bc9233539ccd70aab8433d (diff)
downloadnixpkgs-92f2c5f71ef50a0c9d342aaa757a7fdb57aac7b8.tar
nixpkgs-92f2c5f71ef50a0c9d342aaa757a7fdb57aac7b8.tar.gz
nixpkgs-92f2c5f71ef50a0c9d342aaa757a7fdb57aac7b8.tar.bz2
nixpkgs-92f2c5f71ef50a0c9d342aaa757a7fdb57aac7b8.tar.lz
nixpkgs-92f2c5f71ef50a0c9d342aaa757a7fdb57aac7b8.tar.xz
nixpkgs-92f2c5f71ef50a0c9d342aaa757a7fdb57aac7b8.tar.zst
nixpkgs-92f2c5f71ef50a0c9d342aaa757a7fdb57aac7b8.zip
Revert "glfw3: apparently fix the build"
This reverts commit be90eb047c03c74ccd6ca03703fb69696fc288f8.
Diffstat (limited to 'pkgs/development/libraries/glfw')
-rw-r--r--pkgs/development/libraries/glfw/3.x.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/glfw/3.x.nix b/pkgs/development/libraries/glfw/3.x.nix
index 094856b66ab..681137cd590 100644
--- a/pkgs/development/libraries/glfw/3.x.nix
+++ b/pkgs/development/libraries/glfw/3.x.nix
@@ -21,7 +21,6 @@ stdenv.mkDerivation rec {
   ];
 
   cmakeFlags = "-DBUILD_SHARED_LIBS=ON";
-  NIX_LDFLAGS= "-lpthread -L${stdenv.cc.libc.out}/lib";
 
   meta = with stdenv.lib; { 
     description = "Multi-platform library for creating OpenGL contexts and managing input, including keyboard, mouse, joystick and time";