Commit graph

13 commits

Author SHA1 Message Date
R. RyanTM a4580b69f7 lidarr: 0.7.2.1878 -> 0.8.1.2135 2021-04-30 21:36:59 +00: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 97f43fb507 lidarr: 0.7.1.1381 -> 0.7.2.1878 2020-11-03 06:39:32 +00:00
Elis Hirwing d9975aa842
lidarr: Add missing dependency chromaprint
Without adding this dependency in the system status page I get the
warning saying the following:
> fpcalc could not be found. Audio fingerprinting disabled.

With this dep we instead get the following:
> You have an old version of fpcalc. Please upgrade to 1.4.3.

Which I would find an improvement from the current state.
2019-10-22 17:39:09 +02:00
Elis Hirwing 60516726c1 lidarr: 0.6.2.883 -> 0.7.1.1381
Changelogs:
 - https://github.com/lidarr/Lidarr/releases/tag/v0.7.0.1347
 - https://github.com/lidarr/Lidarr/releases/tag/v0.7.1.1381
2019-09-15 15:29:17 +02: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 73e3d080b6 lidarr: 0.6.1.830 -> 0.6.2.883
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lidarr/versions
2019-06-01 21:59:05 -07:00
R. RyanTM f633ae3857 lidarr: 0.6.0.815 -> 0.6.1.830
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lidarr/versions
2019-05-01 11:20:51 +02:00
R. RyanTM 226041eaea lidarr: 0.5.0.583 -> 0.6.0.815
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lidarr/versions
2019-04-14 23:45:17 -07:00
R. RyanTM 8268fd19a3 lidarr: 0.4.0.524 -> 0.5.0.583
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lidarr/versions
2018-12-15 05:30:43 -08:00
Edward Tjörnhammar 2368d230b4
lidarr: 0.3.1.471 -> 0.4.0.524 2018-10-04 13:52:33 +02:00
Elis Hirwing aba95986d2
lidarr: init at 0.3.1.471
Fork of sonarr (as radarr) but for music instead of series and movies.
2018-09-29 21:40:29 +02:00