csound: fix build (pthread not found) by adding stdenv.cc.libc.out/lib to -L. No idea why this is not default enough specifically when cmake is used

wip/yesman
Michael Raskin 8 years ago
parent be90eb047c
commit 0103d710cc
  1. 2
      pkgs/applications/audio/csound/default.nix

@ -23,6 +23,8 @@ stdenv.mkDerivation {
buildInputs = [ cmake libsndfile flex bison alsaLib libpulseaudio tcltk ];
NIX_LDFLAGS="-L${stdenv.cc.libc.out}/lib";
meta = {
description = "sound design, audio synthesis, and signal processing system, providing facilities for music composition and performance on all major operating systems and platforms";
homepage = http://www.csounds.com/;

Loading…
Cancel
Save