jack_rack: link with pthreads, lib{dl,m} explicitly
This commit is contained in:
@@ -7,6 +7,11 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ libjack2 ladspaH gtk2 alsaLib libxml2 librdf ];
|
buildInputs = [ libjack2 ladspaH gtk2 alsaLib libxml2 librdf ];
|
||||||
|
NIX_LDFLAGS = [
|
||||||
|
"-ldl"
|
||||||
|
"-lm"
|
||||||
|
"-lpthread"
|
||||||
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = ''An effects "rack" for the JACK low latency audio API'';
|
description = ''An effects "rack" for the JACK low latency audio API'';
|
||||||
|
|||||||
Reference in New Issue
Block a user