pianobooster: link with pthreads, libGL explicitly
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user