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.
wip/yesman
Nikolay Amiantov 8 years ago
parent 92f2c5f71e
commit 3a6dfaca63
  1. 2
      pkgs/applications/audio/csound/default.nix

@ -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/;

Loading…
Cancel
Save