Commit graph

15 commits

Author SHA1 Message Date
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
freezeboy f398566d3a hydron: unstable-2019-02-17 -> 3.0.4 2021-01-13 18:23:15 +01: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
zowoq d5433ef2e4 hydron: remove enableParallelBuilding = true 2020-08-17 17:13:01 +10:00
zowoq a83a88db05 buildGoPackage: remove platform.all from packages 2020-08-15 19:34:47 -07:00
Jörg Thalheim 9050cd5a5a
hydron: fix strict deps build 2020-03-23 08:14:47 +00:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00: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
Okina Matara c66b062d30
hydron: 2018-10-08 -> 2019-02-17 2019-03-23 01:19:30 -05:00
隠岐奈 1beff36b2f hydron: 2018-09-25 -> 2018-10-08 2018-12-06 11:41:59 -06:00
Okina Matara d13b64cff8
hydron: 2018-08-18 -> 2018-09-25 2018-09-25 09:18:38 -05:00
Okina Matara 7ce5ff0e56 hydron: 2018-08-15 -> 2018-08-18 2018-08-18 21:31:27 -05:00
Okina Matara 4513bad4e7 hydron: 2018-07-30 -> 2018-08-15 2018-08-15 22:09:00 -05:00
Okina Matara 74a57e24d0 hydron: 2018-07-15 -> 2018-07-30 2018-08-03 10:43:00 -05:00
Okina Matara 920f1bc190 hydron: init at 2018-07-15 2018-07-18 13:17:42 -05:00