Malo Bourgon
|
16e15fa68f
|
treewide: add meta.mainProgram to many packages
|
2022-05-04 18:08:19 -07:00 |
|
Artturin
|
f1c7f19e49
|
treewide: testVersion -> testers.testVersion
|
2022-04-22 16:24:27 +03:00 |
|
K900
|
cb2cfba6f7
|
treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
|
2022-02-25 13:40:38 -08:00 |
|
Lorenz Leutgeb
|
f7e01145af
|
gradle: Update hashes of dependents for 7.4
|
2022-02-15 09:17:56 +01:00 |
|
FliegendeWurst
|
48a133a066
|
key: add a desktop item
|
2022-01-29 10:14:54 +01:00 |
|
FliegendeWurst
|
28b43ffd54
|
key: 2.6.3 -> 2.10.0
|
2022-01-22 15:55:25 +01:00 |
|
Arnout Engelen
|
b68130fd2c
|
test-utilities: version test
Extract 'version test' to a reusable test utility as discussed in
https://github.com/NixOS/nixpkgs/pull/119636#issuecomment-826137021 and
|
2021-05-07 09:53:35 +02: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 |
|
Francesco Gazzetta
|
a302261318
|
key: init at 2.6.3
|
2020-10-06 17:37:23 +02:00 |
|