Commit graph

16 commits

Author SHA1 Message Date
Ben Siraphob 5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -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
Max Hausch 45d88250f2
motion 4.3.1 -> 4.3.2 2020-10-30 17:12:37 +01:00
Dmitry Kalinkin a598665c4c
motion: add meta.platforms 2020-07-15 23:48:07 -04:00
Dmitry Kalinkin f84294c787
motion: switch ffmpeg_3 to ffmpeg 2020-07-15 23:47:54 -04:00
Dmitry Kalinkin 7dd1a199db
motion: 4.3.0 -> 4.3.1 2020-07-15 23:47:20 -04: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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Dmitry Kalinkin 115e7e56e5
motion: 4.2.2 -> 4.3.0 2020-01-18 22:34:07 -05: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
R. RyanTM 2b0f49cae4 motion: 4.2.1 -> 4.2.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/motion/versions
2019-02-16 01:15:12 -08:00
Dmitry Kalinkin 7d3993295c
motion: add veprbl to meta.maintainers 2018-12-15 11:28:34 -05:00
R. RyanTM 4c0f5dc756 motion: 4.2 -> 4.2.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/motion/versions
2018-12-15 01:11:09 -08:00
Peter Hoeg cdd4d8b735 motion: 4.1.1 -> 4.2 2018-11-04 19:52:09 +08:00
Dmitry Kalinkin 9adb3f8e11
motion: 4.0.1 -> 4.1.1 2017-12-30 00:17:17 -05:00
Brian McKenna c950840544 motion: init at 4.0.1 2016-11-08 10:55:13 +11:00