mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 03:18:07 +00:00
jack_rack: link with pthreads, lib{dl,m} explicitly
This commit is contained in:
parent
46fad2b3b8
commit
0d8bec14f0
@ -7,6 +7,11 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libjack2 ladspaH gtk2 alsaLib libxml2 librdf ];
|
||||
NIX_LDFLAGS = [
|
||||
"-ldl"
|
||||
"-lm"
|
||||
"-lpthread"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = ''An effects "rack" for the JACK low latency audio API'';
|
||||
|
Loading…
Reference in New Issue
Block a user