about summary refs log tree commit diff
path: root/pkgs/servers/zoneminder
AgeCommit message (Collapse)AuthorFilesLines
2022-11-28zoneminder: fix linking against mariadbSandro Jäckel1-1/+1
2022-10-09zoneminder: 1.36.15 -> 1.36.28Robert Scott1-28/+2
`modules` now appears unnecessary as these dependencies all look like they're supplied by git submodules. the ZoneMinder/crud repo doesn't even exist anymore and we were relying on nixpkgs' cache.
2022-05-19zoneminder: 1.36.10 -> 1.36.15FliegendeWurst1-2/+2
2021-11-17zoneminder: 1.36.8 -> 1.36.10Maciej Krüger1-2/+2
2021-10-08zoneminder: 1.34.22 -> 1.36.8Ryan Mulligan2-9/+9
2021-05-17zoneminder: use ffmpeg instead of ffmpeg_3Robert Schütz1-3/+3
2021-04-04mysql: deprecate aliasSandro Jäckel1-5/+5
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2020-11-24utillinux: rename to util-linuxGraham Christensen1-2/+2
2020-11-04zoneminder: 1.34.16 -> 1.34.22Andreas Rammhold1-3/+3
2020-07-16zoneminder: Remove peterhoeg as maintaineradisbladis1-1/+1
2020-07-16zoneminder: 1.34.9 -> 1.34.16adisbladis1-2/+2
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar1-3/+3
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
2020-05-17nixos/zoneminder: add minimal testDaniel Fullmer1-2/+5
2020-04-11zoneminder: 1.34.3 -> 1.34.9Daniel Fullmer1-6/+2
Also removed workaround which was included in ZoneMinder/zoneminder#2867
2020-03-07zoneminder: add patch to fix improper cachingDaniel Fullmer2-2/+36
2020-03-07zoneminder: fix timezone detectionDaniel Fullmer1-4/+7
2020-03-07zoneminder: 1.32.3 -> 1.34.3Daniel Fullmer2-22/+8
2020-01-18zoneminder: Fix installation location for cgi-bin (#76855)Daniel Fullmer1-0/+4
Before this change, the build would duplicate the prefix in the installation location for cgi-bin stuff: -- Installing: /nix/store/skg6b81hikd3fvvdf62xbkm6gsbid41a-zoneminder-1.32.3/nix/store/skg6b81hikd3fvvdf62xbkm6gsbid41a-zoneminder-1.32.3/libexec/zoneminder/cgi-bin/zms
2019-11-15zoneminder: fix buildIzorkin1-3/+3
2019-09-13zoneminder: fix the buildPeter Hoeg1-1/+2
2019-08-27Merge master into staging-nextFrederik Rietdijk1-1/+1
2019-08-26zoneminder: use DeviceSerialPort for zmtrigger.plPeter Hoeg1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-27zoneminder: Fix linking issueDaniel Schaefer2-0/+19
2019-06-16treewide: remove unused variables (#63177)volth1-2/+1
* treewide: remove unused variables * making ofborg happy
2019-02-16zoneminder: add some missing dependencies for ONVIFPeter Hoeg1-2/+3
2019-01-15zoneminder: init at 1.32.3Peter Hoeg2-0/+205