summary refs log tree commit diff
path: root/pkgs/applications/graphics/goxel
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2019-01-06 12:14:52 +0100
committerVladimír Čunát <vcunat@gmail.com>2019-01-06 12:14:52 +0100
commit10a12194e301f2ad3ff6899e022afa96af0610c8 (patch)
tree9c33b65e84504d37635d942a91bc5aa0b075058d /pkgs/applications/graphics/goxel
parent5489e49ebb5cb9b973133fcd70d3196fb12acc0b (diff)
parent981b504ecddd981488578494304d141849697dba (diff)
downloadnixpkgs-10a12194e301f2ad3ff6899e022afa96af0610c8.tar
nixpkgs-10a12194e301f2ad3ff6899e022afa96af0610c8.tar.gz
nixpkgs-10a12194e301f2ad3ff6899e022afa96af0610c8.tar.bz2
nixpkgs-10a12194e301f2ad3ff6899e022afa96af0610c8.tar.lz
nixpkgs-10a12194e301f2ad3ff6899e022afa96af0610c8.tar.xz
nixpkgs-10a12194e301f2ad3ff6899e022afa96af0610c8.tar.zst
nixpkgs-10a12194e301f2ad3ff6899e022afa96af0610c8.zip
Merge #53490: fix treewide linking errors after #51770
Issue #53001.  This might not be all of them, but let's not wait.
Diffstat (limited to 'pkgs/applications/graphics/goxel')
-rw-r--r--pkgs/applications/graphics/goxel/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/goxel/default.nix b/pkgs/applications/graphics/goxel/default.nix
index c553b7cf60c..71ee715b535 100644
--- a/pkgs/applications/graphics/goxel/default.nix
+++ b/pkgs/applications/graphics/goxel/default.nix
@@ -16,6 +16,9 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ scons pkgconfig wrapGAppsHook ];
   buildInputs = [ glfw3 gtk3 libpng12 ];
+  NIX_LDFLAGS = [
+    "-lpthread"
+  ];
 
   buildPhase = ''
     make release