forked from mirrors/nixpkgs
portaudio: fixup .pc file to find alsa library
This commit is contained in:
parent
0da8390338
commit
28f41870c4
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ stdenv.mkDerivation rec {
|
|||
cp -r lib "$out"
|
||||
'' else ''
|
||||
make install
|
||||
|
||||
# fixup .pc file to find alsa library
|
||||
sed -i "s|-lasound|-L${alsaLib}/lib -lasound|" "$out/lib/pkgconfig/"*.pc
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Add table
Reference in a new issue