Commit graph

36 commits

Author SHA1 Message Date
R. RyanTM 69090bce70 sickgear: 0.23.15 -> 0.23.16 2021-05-08 17:59:54 -07:00
R. RyanTM 5be724abd7 sickgear: 0.23.14 -> 0.23.15 2021-04-06 00:25:15 -04:00
R. RyanTM 344751ebe5 sickgear: 0.23.11 -> 0.23.14 2021-03-13 13:46:03 +00:00
R. RyanTM db1e3872f9 sickgear: 0.23.10 -> 0.23.11 2021-02-09 16:03:19 +00:00
R. RyanTM caa9794fce sickgear: 0.23.5 -> 0.23.10 2021-02-03 23:57:49 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
zowoq 31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10: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 342421b498 sickgear: 0.23.4 -> 0.23.5 2020-12-08 05:47:33 +00:00
R. RyanTM b0bc9d3c95 sickgear: 0.23.2 -> 0.23.4 2020-12-04 23:18:50 +00:00
R. RyanTM 387e080c59 sickgear: 0.23.0 -> 0.23.2 2020-11-26 20:02:44 +00:00
R. RyanTM dcb2e49826 sickgear: 0.22.15 -> 0.23.0 2020-11-15 17:35:05 +00:00
R. RyanTM c496caef0a sickgear: 0.21.42 -> 0.22.15 2020-11-12 02:54:13 +00:00
R. RyanTM f7127a35ea sickgear: 0.21.36 -> 0.21.42 2020-09-05 18:08:42 +00:00
R. RyanTM dc9db8607d sickgear: 0.21.33 -> 0.21.36 2020-06-09 01:49:54 +00:00
R. RyanTM 83e34e851b sickgear: 0.21.30 -> 0.21.33 2020-05-27 13:45:51 -07:00
R. RyanTM 78038dc5cb sickgear: 0.21.22 -> 0.21.30 2020-05-05 19:01:44 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk 92124ed660 Merge master into staging-next 2020-04-03 21:54:40 +02:00
R. RyanTM 52fd099b53 sickgear: 0.21.17 -> 0.21.22 2020-04-01 16:47:06 -07:00
Frederik Rietdijk 46ec52f329 buildPython*: use pname 2020-03-30 17:07:41 +02:00
R. RyanTM 742b61a9eb sickgear: 0.21.5 -> 0.21.17 2020-03-14 14:28:08 +01:00
R. RyanTM f91dc24a3e sickgear: 0.20.0 -> 0.21.5 2020-02-09 09:51:16 +01:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
tilpner 0281599ad2
tree-wide: fix malformed meta.maintainers
These packages stood out while processing packages.json.gz,
where the maintainer field of some packages wasn't a list of sets,
but a nested list, or a string.
2019-08-19 11:58:27 +02:00
rembo10 a5a6c2654f sickgear: 0.18.14 -> 0.20.0 2019-07-16 19:27:25 +02:00
Ryan Mulligan 7c61b3b892 treewide: fix malformed homepage URLs 2019-07-01 21:12:25 -07:00
Ryan Mulligan 85765acf89
Merge pull request #55941 from rembo10/sickbeard
sickbeard: fix build
2019-02-17 09:01:18 -08:00
rembo10 d35e3e7c91 sickbeard: fix build
Use the `pythonEnv` provided by `buildInputs` rather than the one
provided by `buildPythonApplication`.
2019-02-17 13:32:39 +01:00
rembo10 936334b952 sickgear: 0.17.5 -> 0.18.14 2019-02-17 13:03:32 +01:00
Frederik Rietdijk e0e7e86410 sickgear: fix build
A Python env was added as buildInput, however, `buildPythonApplication` already
provides a `python` which apparently took precedence.
2019-02-16 18:41:20 +01:00
rembo10 6fb62ac285 sickrage: init at v2018.07.21-1 2018-09-13 19:11:18 +02:00
rembo10 4a2b028921 sickgear: init at 0.17.5 2018-09-13 19:11:18 +02:00
rembo10 437bcdfed5 sickbeard: init at 2016-03-21 2018-09-13 19:11:17 +02:00