Commit Graph

16 Commits

Author SHA1 Message Date
Doron Behar
f530ffbd45
Merge pull request #225302 from jollheef/master
out-of-tree: 2.0.4 > 2.1.1
2023-10-18 21:46:34 +00:00
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Mikhail Klementev
2a6198fc81
out-of-tree: 2.0.4 > 2.1.1 2023-04-08 15:22:46 +00:00
Mikhail Klementev
5b903249fb
out-of-tree: 1.4.0 -> 2.0.4 2023-04-07 10:48:27 +00:00
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30: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
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Mikhail Klementev
5d81f6da23
out-of-tree: 1.3.0 -> 1.4.0 2020-06-14 21:53:13 +00:00
Mikhail Klementev
3f99cc761c
out-of-tree: 1.2.1 -> 1.3.0 2020-05-30 15:11:37 +00:00
zowoq
b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Mikhail Klementev
f8dec92f04 out-of-tree: 1.1.1 -> 1.2.1 2019-12-25 19:45:59 +00:00
Mikhail Klementev
c2cd35c4cb
out-of-tree: 1.0.1 -> 1.1.1 2019-08-31 08:16:45 +00:00
Mikhail Klementev
abf17cb6ac
out-of-tree: init at 1.0.1 2019-08-25 12:32:59 +00:00