skype_call_recorder: link with libvorbis explicitly

This commit is contained in:
Piotr Bogdan 2019-01-04 19:33:50 +00:00
parent b0f40b4e60
commit 78ed568062

@ -16,6 +16,7 @@ stdenv.mkDerivation {
patches = [ ./conference.patch ];
buildInputs = [ cmake lame id3lib libvorbis qt4 libogg ];
NIX_LDFLAGS = [ "-lvorbis" ];
meta = {
homepage = http://atdot.ch/scr/;