liquidsoap: fix build, add missing zlib
This commit is contained in:
parent
f895299d0c
commit
c695c26df2
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
, ocamlPackages
|
||||
, libao, portaudio, alsaLib, libpulseaudio, libjack2
|
||||
, libsamplerate, libmad, taglib, lame, libogg
|
||||
, libvorbis, speex, libtheora, libopus
|
||||
, libvorbis, speex, libtheora, libopus, zlib
|
||||
, faad2, flac, ladspaH, ffmpeg, frei0r, dssi
|
||||
}:
|
||||
|
||||
|
@ -54,7 +54,7 @@ stdenv.mkDerivation {
|
|||
[ which ocamlPackages.ocaml ocamlPackages.findlib
|
||||
libao portaudio alsaLib libpulseaudio libjack2
|
||||
libsamplerate libmad taglib lame libogg
|
||||
libvorbis speex libtheora libopus
|
||||
libvorbis speex libtheora libopus zlib
|
||||
faad2 flac ladspaH ffmpeg frei0r dssi
|
||||
ocamlPackages.xmlm ocamlPackages.ocaml_pcre
|
||||
ocamlPackages.camomile
|
||||
|
|
Loading…
Reference in a new issue