lash: link with pthreads, lib{uuid,m} explicitly
This commit is contained in:
parent
d02a1bb2ab
commit
46dd3e27d9
@ -18,6 +18,11 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ alsaLib gtk2 libjack2 libxml2 makeWrapper
|
||||
pkgconfig readline ];
|
||||
propagatedBuildInputs = [ libuuid ];
|
||||
NIX_LDFLAGS = [
|
||||
"-lm"
|
||||
"-lpthread"
|
||||
"-luuid"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
for i in lash_control lash_panel
|
||||
|
Loading…
Reference in New Issue
Block a user