zoneminder: add some missing dependencies for ONVIF
This commit is contained in:
parent
b2cb983bcc
commit
fe8641605f
@ -142,9 +142,10 @@ in stdenv.mkDerivation rec {
|
|||||||
curl ffmpeg glib libjpeg libselinux libsepol mp4v2 mysql pcre perl polkit x264 zlib
|
curl ffmpeg glib libjpeg libselinux libsepol mp4v2 mysql pcre perl polkit x264 zlib
|
||||||
utillinuxMinimal # for libmount
|
utillinuxMinimal # for libmount
|
||||||
] ++ (with perlPackages; [
|
] ++ (with perlPackages; [
|
||||||
|
# build-time dependencies
|
||||||
DateManip DBI DBDmysql LWP SysMmap
|
DateManip DBI DBDmysql LWP SysMmap
|
||||||
# runtime dependencies not checked at build-time
|
# run-time dependencies not checked at build-time
|
||||||
JSONMaybeXS LWPProtocolHttps NumberBytesHuman SysCPU SysMemInfo TimeDate
|
ClassStdFast DataDump JSONMaybeXS LWPProtocolHttps NumberBytesHuman SysCPU SysMemInfo TimeDate
|
||||||
]);
|
]);
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake makeWrapper pkgconfig ];
|
nativeBuildInputs = [ cmake makeWrapper pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user