···23232424 buildInputs = [ cmake libsndfile flex bison alsaLib libpulseaudio tcltk ];
25252626- NIX_LDFLAGS="-L${stdenv.cc.libc.out}/lib";
2727-2826 meta = {
2927 description = "sound design, audio synthesis, and signal processing system, providing facilities for music composition and performance on all major operating systems and platforms";
3028 homepage = http://www.csounds.com/;
···88 sha256 = "0bysdijvi9n0jk74iklbfhbp0kvv81a727lcfd5q03q2hkzjfm18";
99 };
10101111- buildInputs = [ cmake pkgconfig (stdenv.cc.libc.out or null) ];
1212- # outputs TODO: missing glibc.out might become a general problem
1111+ buildInputs = [ cmake pkgconfig ];
13121413 meta = with stdenv.lib; {
1514 description = "A wrapper for the user, group and hosts NSS API";
···99 };
10101111 nativeBuildInputs = [ cmake pkgconfig ];
1212- buildInputs = [ (stdenv.cc.libc.out or null) ];
13121413 meta = with stdenv.lib; {
1514 description = "a wrapper for the user, group and hosts NSS API";
-2
pkgs/development/libraries/x265/default.nix
···49495050 nativeBuildInputs = [ cmake yasm ];
51515252- NIX_LDFLAGS = "-L${stdenv.cc.libc.out}/lib"; #outputs TODO: this is strange
5353-5452 meta = with stdenv.lib; {
5553 description = "Library for encoding h.265/HEVC video streams";
5654 homepage = http://x265.org;