alsa-lib: split "dev" output and fix referrers

This commit is contained in:
Vladimír Čunát
2015-10-13 20:18:55 +02:00
parent 888183ffd6
commit 1fdbc3097b
9 changed files with 14 additions and 12 deletions
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
make install
# fixup .pc file to find alsa library
sed -i "s|-lasound|-L${alsaLib}/lib -lasound|" "$out/lib/pkgconfig/"*.pc
sed -i "s|-lasound|-L${alsaLib.out}/lib -lasound|" "$out/lib/pkgconfig/"*.pc
'';
meta = with stdenv.lib; {