zoneminder: use DeviceSerialPort for zmtrigger.pl
This commit is contained in:
parent
6256c215b2
commit
7c119ba48b
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ in stdenv.mkDerivation rec {
|
|||
# build-time dependencies
|
||||
DateManip DBI DBDmysql LWP SysMmap
|
||||
# run-time dependencies not checked at build-time
|
||||
ClassStdFast DataDump JSONMaybeXS LWPProtocolHttps NumberBytesHuman SysCPU SysMemInfo TimeDate
|
||||
ClassStdFast DataDump DeviceSerialPort JSONMaybeXS LWPProtocolHttps NumberBytesHuman SysCPU SysMemInfo TimeDate
|
||||
]);
|
||||
|
||||
nativeBuildInputs = [ cmake makeWrapper pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue