summary refs log tree commit diff
path: root/pkgs/servers/zoneminder
Commit message (Collapse)AuthorAge
* zoneminder: 1.36.8 -> 1.36.10Maciej Krüger2021-11-17
|
* zoneminder: 1.34.22 -> 1.36.8Ryan Mulligan2021-10-08
|
* zoneminder: use ffmpeg instead of ffmpeg_3Robert Schütz2021-05-17
|
* mysql: deprecate aliasSandro Jäckel2021-04-04
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
|
* utillinux: rename to util-linuxGraham Christensen2020-11-24
|
* zoneminder: 1.34.16 -> 1.34.22Andreas Rammhold2020-11-04
|
* zoneminder: Remove peterhoeg as maintaineradisbladis2020-07-16
|
* zoneminder: 1.34.9 -> 1.34.16adisbladis2020-07-16
|
* treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar2020-06-12
| | | | | | 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.
* nixos/zoneminder: add minimal testDaniel Fullmer2020-05-17
|
* zoneminder: 1.34.3 -> 1.34.9Daniel Fullmer2020-04-11
| | | | Also removed workaround which was included in ZoneMinder/zoneminder#2867
* zoneminder: add patch to fix improper cachingDaniel Fullmer2020-03-07
|
* zoneminder: fix timezone detectionDaniel Fullmer2020-03-07
|
* zoneminder: 1.32.3 -> 1.34.3Daniel Fullmer2020-03-07
|
* zoneminder: Fix installation location for cgi-bin (#76855)Daniel Fullmer2020-01-18
| | | | | 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
* zoneminder: fix buildIzorkin2019-11-15
|
* zoneminder: fix the buildPeter Hoeg2019-09-13
|
* Merge master into staging-nextFrederik Rietdijk2019-08-27
|\
| * zoneminder: use DeviceSerialPort for zmtrigger.plPeter Hoeg2019-08-26
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* zoneminder: Fix linking issueDaniel Schaefer2019-06-27
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* zoneminder: add some missing dependencies for ONVIFPeter Hoeg2019-02-16
|
* zoneminder: init at 1.32.3Peter Hoeg2019-01-15