Commit graph

69 commits

Author SHA1 Message Date
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 81125225d6 jackett: 0.16.2347 -> 0.17.15 2020-12-10 18:28:34 +00:00
R. RyanTM 06fe1afa48 jackett: 0.16.2291 -> 0.16.2347 2020-12-07 20:54:36 +00:00
R. RyanTM 9d5b19145b jackett: 0.16.2269 -> 0.16.2291 2020-12-04 14:39:17 +00:00
R. RyanTM 17a6cabb64 jackett: 0.16.2236 -> 0.16.2269 2020-11-30 23:06:11 +00:00
R. RyanTM 109bcd82b0 jackett: 0.16.2152 -> 0.16.2236 2020-11-26 08:10:11 +00:00
R. RyanTM cba0c47801 jackett: 0.16.2131 -> 0.16.2152 2020-11-15 07:46:53 +00:00
R. RyanTM 9b5b1d2bfa jackett: 0.16.1964 -> 0.16.2131 2020-11-11 10:31:30 +00:00
R. RyanTM 0f65faec30 jackett: 0.16.1883 -> 0.16.1964 2020-11-02 06:42:51 +00:00
R. RyanTM 96a163601a jackett: 0.16.1757 -> 0.16.1883 2020-10-25 16:27:37 +00:00
Mario Rodas 8310b5a388
Merge pull request #100983 from r-ryantm/auto-update/jackett
jackett: 0.16.1670 -> 0.16.1757
2020-10-18 11:53:39 -05:00
R. RyanTM 5a2f63248c jackett: 0.16.1670 -> 0.16.1757 2020-10-18 14:53:00 +00:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Steve Purcell e2e58fa3f7 jackett: 0.16.1057 -> 0.16.1670 2020-10-11 17:17:58 +13:00
R. RyanTM aa9db88b8f jackett: 0.16.998 -> 0.16.1057 2020-09-05 02:30:14 +00:00
Steve Purcell 61f639c1ff
maintainers: add purcell (#96329) 2020-08-25 23:35:47 -04:00
Steve Purcell 67f989dc5e jackett: 0.16.175 -> 0.16.998, switch to Mono, adding Darwin support 2020-08-16 16:00:18 +12:00
Steve Purcell c10f382b09 jackett: 0.14.365 -> 0.16.175 2020-05-01 16:40:27 +12:00
Steve Purcell 013501676c jackett: build selectively for aarch64
The previous derivation would use the upstream x86_64 binary on ARM64,
causing binary format compatibility issues at runtime.
2020-05-01 16:40:17 +12:00
R. RyanTM ab7e9d73ff jackett: 0.13.467 -> 0.14.365 2020-04-06 12:38:22 -07:00
lewo ce961fad16
Merge pull request #81841 from r-ryantm/auto-update/jackett
jackett: 0.12.1301 -> 0.13.467
2020-03-10 10:14:10 +01:00
lewo 6cf9509024
Merge pull request #82179 from nyanloutre/jacket_disable_macos
jackett: disable macos platform
2020-03-10 10:13:08 +01:00
nyanloutre e95f1f32a0
jackett: disable macos platform 2020-03-09 21:49:24 +01:00
R. RyanTM 2b8ccf0c8c jackett: 0.12.1301 -> 0.13.467 2020-03-05 20:01:19 +00:00
R. RyanTM 0237993d5a jackett: 0.12.907 -> 0.12.1301 2020-02-06 20:17:16 +01:00
R. RyanTM 0d691d151e jackett: 0.11.751 -> 0.12.907 2019-11-01 21:53:45 -07:00
Victor SENE 25e4163914 jackett: 0.11.687 -> 0.11.751 2019-09-30 21:15:38 +02:00
nyanloutre d38121a871 jackett: 0.11.589 -> 0.11.687
Also migrate to standalone binary
2019-09-13 18:03:15 +02:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
R. RyanTM 3c05106e47 jackett: 0.11.559 -> 0.11.589
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2019-08-19 05:47:12 -07: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 5d76be906d jackett: 0.11.457 -> 0.11.559
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2019-08-04 06:18:22 -07:00
R. RyanTM d855c81323 jackett: 0.11.420 -> 0.11.457
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2019-07-05 23:29:52 +02:00
R. RyanTM c23a98f5d4 jackett: 0.11.384 -> 0.11.420
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2019-06-16 20:58:57 -07:00
R. RyanTM 8f458eff1a jackett: 0.11.256 -> 0.11.384
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2019-06-01 16:07:31 -07:00
R. RyanTM f2f665036a jackett: 0.11.170 -> 0.11.256
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2019-05-01 11:11:11 +02:00
Victor SENE 60b4ba1ecc jackett: 0.10.846 -> 0.11.170 2019-04-08 10:14:19 +02:00
R. RyanTM 6afc071a6c jackett: 0.10.707 -> 0.10.846 (#56709)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2019-03-07 23:27:02 +01:00
Victor SENE 3592dd04e9 jackett: 0.10.660 -> 0.10.707 2019-02-06 19:24:56 +00:00
Victor SENE 92a44bd100 jackett: 0.10.622 -> 0.10.660 2019-01-26 13:11:04 +00:00
R. RyanTM 3556c42fcd jackett: 0.10.566 -> 0.10.622
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2019-01-17 08:16:17 -08:00
R. RyanTM 036ee02fa3 jackett: 0.10.504 -> 0.10.566 (#53313)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2019-01-13 22:30:23 +01:00
R. RyanTM 016d1a991d jackett: 0.10.471 -> 0.10.504
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2018-12-18 14:43:11 -05:00
nyanloutre 6c06017137 jackett: 0.10.446 -> 0.10.471 2018-11-28 09:54:31 +01:00
R. RyanTM 91796d1020 jackett: 0.10.434 -> 0.10.446
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2018-11-19 04:30:56 -08:00
nyanloutre 2ae0b2e19d jackett: 0.10.420 -> 0.10.434 2018-11-13 14:12:50 +01:00
R. RyanTM 2af7527bd1 jackett: 0.10.365 -> 0.10.420
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2018-11-09 14:13:12 -08:00
nyanloutre 896ae4974e jackett: 0.10.304 -> 0.10.365 2018-10-22 13:36:18 +02:00
R. RyanTM 7f5a809374 jackett: 0.10.258 -> 0.10.304
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2018-10-14 07:57:25 -07:00