Commit graph

10 commits

Author SHA1 Message Date
R. RyanTM eca4094cd2 gerbera: 1.8.1 -> 1.8.2 2021-06-01 10:17:40 +00:00
Peter Hoeg 3ed9ed81ab gerbera: 1.8.0 -> 1.8.1 2021-05-17 09:10:16 +08:00
R. RyanTM ba80e48da5 gerbera: 1.7.0 -> 1.8.0 2021-05-08 18:51:15 -07:00
R. RyanTM e5adde1556 gerbera: 1.6.4 -> 1.7.0 2021-02-28 12:50:39 +00:00
Robert Schütz 9cba0bbf6d gerbera: use ffmpeg instead of libav 2021-02-04 15:19:23 +01:00
Robert Schütz 013953c89b gerbera: don't pass pkgs as argument 2021-02-04 15:19:23 +01:00
Ben Siraphob 872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07: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
R. RyanTM 37d6d5a32c gerbera: 1.6.1 -> 1.6.4 2020-10-18 09:03:52 +00:00
Antoine R. Dumont (@ardumont) dc19e3be0c
gerbera: Init at 1.6.1 2020-10-07 10:53:52 +02:00