skype_call_recorder: link with libvorbis explicitly
This commit is contained in:
parent
b0f40b4e60
commit
78ed568062
|
@ -16,6 +16,7 @@ stdenv.mkDerivation {
|
||||||
patches = [ ./conference.patch ];
|
patches = [ ./conference.patch ];
|
||||||
|
|
||||||
buildInputs = [ cmake lame id3lib libvorbis qt4 libogg ];
|
buildInputs = [ cmake lame id3lib libvorbis qt4 libogg ];
|
||||||
|
NIX_LDFLAGS = [ "-lvorbis" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://atdot.ch/scr/;
|
homepage = http://atdot.ch/scr/;
|
||||||
|
|
Loading…
Reference in New Issue