Revert "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"

This reverts commit 0103d710cc.
This commit is contained in:
Nikolay Amiantov 2016-04-14 01:04:48 +03:00
parent 92f2c5f71e
commit 3a6dfaca63

View File

@ -23,8 +23,6 @@ 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/;