about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-04-14 01:04:48 +0300
committerNikolay Amiantov <ab@fmap.me>2016-04-14 01:04:48 +0300
commit3a6dfaca633eeb331805f98799a8d2644878ed77 (patch)
treee6b98795b53ec052d095bf169d720b3b6a61dde2 /pkgs/applications
parent92f2c5f71ef50a0c9d342aaa757a7fdb57aac7b8 (diff)
downloadnixlib-3a6dfaca633eeb331805f98799a8d2644878ed77.tar
nixlib-3a6dfaca633eeb331805f98799a8d2644878ed77.tar.gz
nixlib-3a6dfaca633eeb331805f98799a8d2644878ed77.tar.bz2
nixlib-3a6dfaca633eeb331805f98799a8d2644878ed77.tar.lz
nixlib-3a6dfaca633eeb331805f98799a8d2644878ed77.tar.xz
nixlib-3a6dfaca633eeb331805f98799a8d2644878ed77.tar.zst
nixlib-3a6dfaca633eeb331805f98799a8d2644878ed77.zip
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 0103d710cce3b8b6c1f3c7e5c2e2d6f5201b5532.
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/csound/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/audio/csound/default.nix b/pkgs/applications/audio/csound/default.nix
index 6e2ba7cfd165..afca63a2a8a2 100644
--- a/pkgs/applications/audio/csound/default.nix
+++ b/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/;