about summary refs log tree commit diff
path: root/pkgs/applications/audio/pianobooster/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/pianobooster/default.nix')
-rw-r--r--pkgs/applications/audio/pianobooster/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/pianobooster/default.nix b/pkgs/applications/audio/pianobooster/default.nix
index d013a26277e8..53afcdd2306a 100644
--- a/pkgs/applications/audio/pianobooster/default.nix
+++ b/pkgs/applications/audio/pianobooster/default.nix
@@ -17,6 +17,7 @@ stdenv.mkDerivation  rec {
   preConfigure = "cd src";
 
   buildInputs = [ alsaLib cmake makeWrapper libGLU_combined qt4 ];
+  NIX_LDFLAGS = [ "-lGL" "-lpthread" ];
 
   postInstall = ''
     wrapProgram $out/bin/pianobooster \