pianobooster: link with pthreads, libGL explicitly
This commit is contained in:
parent
86b97b22b6
commit
90f5c4a810
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
preConfigure = "cd src";
|
preConfigure = "cd src";
|
||||||
|
|
||||||
buildInputs = [ alsaLib cmake makeWrapper libGLU_combined qt4 ];
|
buildInputs = [ alsaLib cmake makeWrapper libGLU_combined qt4 ];
|
||||||
|
NIX_LDFLAGS = [ "-lGL" "-lpthread" ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/pianobooster \
|
wrapProgram $out/bin/pianobooster \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user