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 ];
|
||||
|
||||
buildInputs = [ cmake lame id3lib libvorbis qt4 libogg ];
|
||||
NIX_LDFLAGS = [ "-lvorbis" ];
|
||||
|
||||
meta = {
|
||||
homepage = http://atdot.ch/scr/;
|
||||
|
Loading…
Reference in New Issue
Block a user