Merge pull request #68634 from peterhoeg/f/zm
zoneminder: fix the build
This commit is contained in:
commit
fefca918b2
|
@ -174,6 +174,7 @@ in stdenv.mkDerivation rec {
|
||||||
perlFlags="$perlFlags -I$i"
|
perlFlags="$perlFlags -I$i"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
mkdir -p $out/libexec
|
||||||
for f in $out/bin/*.pl ; do
|
for f in $out/bin/*.pl ; do
|
||||||
mv $f $out/libexec/
|
mv $f $out/libexec/
|
||||||
makeWrapper ${perlBin} $f \
|
makeWrapper ${perlBin} $f \
|
||||||
|
@ -186,7 +187,7 @@ in stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Video surveillance software system";
|
description = "Video surveillance software system";
|
||||||
homepage = https://zoneminder.com;
|
homepage = "https://zoneminder.com";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
|
Loading…
Reference in New Issue