Robert Schütz
3d92fac40e
zoneminder: use ffmpeg instead of ffmpeg_3
2021-05-17 11:47:43 +02:00
Sandro Jäckel
62733b37b4
mysql: deprecate alias
2021-04-04 03:18:57 +02:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
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-19 01:16:25 -08:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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-11 10:38:22 +01:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux
2020-11-24 12:42:06 -05:00
Andreas Rammhold
4d563ba7ef
zoneminder: 1.34.16 -> 1.34.22
2020-11-04 14:24:09 +01:00
adisbladis
241ce53b3d
zoneminder: Remove peterhoeg as maintainer
2020-07-16 22:25:06 +02:00
adisbladis
709a02ca41
zoneminder: 1.34.9 -> 1.34.16
2020-07-16 22:24:08 +02:00
Doron Behar
01d4e2fe33
treewide: use ffmpeg_3 explicitly if not wanted otherwise
...
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-06-12 11:55:31 -07:00
Daniel Fullmer
4f35b7ec5f
nixos/zoneminder: add minimal test
2020-05-17 14:14:30 -04:00
Daniel Fullmer
fae01fa84b
zoneminder: 1.34.3 -> 1.34.9
...
Also removed workaround which was included in ZoneMinder/zoneminder#2867
2020-04-11 13:37:15 -04:00
Daniel Fullmer
ce34b927e0
zoneminder: add patch to fix improper caching
2020-03-07 12:59:39 -05:00
Daniel Fullmer
630de551ef
zoneminder: fix timezone detection
2020-03-07 12:59:39 -05:00
Daniel Fullmer
2685e457d3
zoneminder: 1.32.3 -> 1.34.3
2020-03-07 12:59:36 -05:00
Daniel Fullmer
5d1fda386e
zoneminder: Fix installation location for cgi-bin ( #76855 )
...
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
2020-01-18 16:41:57 -05:00
Izorkin
8ef9a614b6
zoneminder: fix build
2019-11-15 10:16:51 +03:00
Peter Hoeg
280e73c7eb
zoneminder: fix the build
2019-09-13 16:55:54 +08:00
Frederik Rietdijk
98640fd482
Merge master into staging-next
2019-08-27 16:36:47 +02:00
Peter Hoeg
7c119ba48b
zoneminder: use DeviceSerialPort for zmtrigger.pl
2019-08-26 14:46:59 +08:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Daniel Schaefer
543b131907
zoneminder: Fix linking issue
2019-06-27 21:19:02 +02:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Peter Hoeg
fe8641605f
zoneminder: add some missing dependencies for ONVIF
2019-02-16 11:28:18 +08:00
Peter Hoeg
2421bab5bb
zoneminder: init at 1.32.3
2019-01-15 21:27:45 +08:00