Commit Graph

18 Commits

Author SHA1 Message Date
pacien
78ea7eac56 rmapi: set meta.mainProgram
One fewer warning when using `lib.getExe`.
2023-12-28 19:21:11 +01: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
Markus Wamser
7deab23a75
rmapi: 0.0.23 -> 0.0.25 (#208737) 2023-01-04 12:38:48 +00:00
R. Ryantm
6e2e7c1931 rmapi: 0.0.22.1 -> 0.0.23 2022-12-22 16:36:28 +00:00
R. Ryantm
7da4a238ec rmapi: 0.0.21 -> 0.0.22.1 2022-10-18 04:13:25 +00:00
R. Ryantm
793d0a0f84 rmapi: 0.0.20 -> 0.0.21 2022-09-05 02:41:03 +00:00
R. Ryantm
7671d6446d rmapi: 0.0.19 -> 0.0.20 2022-07-29 20:54:09 +00:00
R. RyanTM
e67d26b0f0
rmapi: 0.0.18 -> 0.0.19 (#157495) 2022-01-31 10:45:35 +00:00
Kirill Elagin
0d8cbc4fd4
rmapi: 0.0.17 -> 0.0.18 (#148531) 2021-12-04 02:14:55 +00:00
Alex Rice
cdcc4307df
rmapi: 0.0.15 -> 0.0.17 (#145369) 2021-11-10 17:26:27 +00:00
benneti
2d166601af
rmapi: 0.0.13 -> 0.0.15 (#123672) 2021-05-20 12:37:43 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +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
Ben Siraphob
a1ea6571c2 rmapi: 0.0.12 -> 0.0.13 2020-12-10 20:10:27 +07:00
zowoq
42313b92bc buildGoModule: remove platform.all from packages 2020-08-15 19:34:47 -07:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
R. RyanTM
89b91f73de rmapi: 0.0.11 -> 0.0.12 2020-07-02 10:19:09 -07:00
Nick Hu
d5c52dbcce
rmapi: init at 0.0.11 2020-05-25 13:53:35 +01:00