Commit graph

12 commits

Author SHA1 Message Date
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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Silvan Mosberger b13df4545c
trinity: small clean up 2019-06-04 16:00:29 +02:00
Josef Kemetmüller 830ae5a4b1 trinity: unstable-2018-06-08 -> 1.9 2019-06-01 16:18:26 +02:00
Silvan Mosberger e554935f51
trinity: 2017-02-13 -> 2018-06-08, fix build, clean up
Fix for old breakage was in c93bb184ce
2018-08-09 21:10:39 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Tuomas Tynkkynen 2372e93981 trinity: Fix 32-bit build 2018-03-06 21:37:18 +02:00
Tuomas Tynkkynen bc2c0b297a trinity: Fix build by upgrading
Probably broken by the linuxHeaders upgrade.

https://hydra.nixos.org/build/70176539
2018-02-27 02:34:29 +02:00
Tuomas Tynkkynen d209612496 trinity: 1.6 -> 1.8 2017-11-09 10:53:33 +02:00
Tuomas Tynkkynen 0495b34782 trinity: Apply upstream commit as a patch to fix build
Needed since glibc 2.25.
2017-03-01 18:03:30 +02:00
Tuomas Tynkkynen 291f187334 trinity: 1.5 -> 1.6
Need to fix a /usr/include reference in the new release.
2015-11-08 20:09:17 +02:00
Tuomas Tynkkynen 7453f378ea trinity: init at version 1.5 2015-04-26 00:03:01 +03:00