Commit graph

13 commits

Author SHA1 Message Date
R. RyanTM 5aa8a0d437 lightspark: 0.8.4.1 -> 0.8.5 2021-07-05 04:24:59 +00:00
John Chadwick 24129003fd lightspark: ffmpeg_3 -> ffmpeg 2021-05-27 13:19:52 -07:00
Sandro Jäckel 3453b89f4b
lzma: deprecate alias 2021-04-04 19:49:52 +02:00
R. RyanTM 5c26ed8dfa lightspark: 0.8.4 -> 0.8.4.1 2021-02-11 18:48:43 +00:00
R. RyanTM 1fcff898ff lightspark: 0.8.2 -> 0.8.4 2021-02-09 12:18:53 +00:00
Ben Siraphob fce00d15c2 pkgs/misc: 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
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Jan Tojnar 3825e74193 treewide: drop gnome2.pango alias 2020-10-25 23:48:29 +01: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
Luka Blaskovic cba2e83255 lightspark: 0.8.1 -> 0.8.2 2020-01-30 18:35:29 -05:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
John Chadwick e3aaada61d lightspark: init at 0.8.1 (#67425) 2019-08-31 06:00:20 -04:00