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 |
|
R. RyanTM
|
0555dc1c23
|
shattered-pixel-dungeon: 0.8.2b -> 0.8.2d
|
2020-09-05 18:03:57 +00:00 |
|
R. RyanTM
|
8f14eaa49a
|
shattered-pixel-dungeon: 0.8.2 -> 0.8.2b
|
2020-08-24 07:42:05 +00:00 |
|
Francesco Gazzetta
|
6cfda0e92c
|
shattered-pixel-dungeon: add nixos test
|
2020-08-09 15:34:30 -07:00 |
|
Francesco Gazzetta
|
86a347d816
|
shattered-pixel-dungeon: 0.8.1a -> 0.8.2
|
2020-08-09 15:34:30 -07:00 |
|
R. RyanTM
|
03812ea806
|
shattered-pixel-dungeon: 0.8.1 -> 0.8.1a
|
2020-07-31 09:28:41 +00:00 |
|
Francesco Gazzetta
|
75d9ea9671
|
shattered-pixel-dungeon: 0.8.0b -> 0.8.1
|
2020-06-29 12:27:13 +02:00 |
|
Francesco Gazzetta
|
376a013dac
|
shattered-pixel-dungeon: 0.7.5f -> 0.8.0b
The desktop and mobile versions are now unified. This required a few
changes to dependencies and patching.
|
2020-05-16 15:22:38 +02:00 |
|
Francesco Gazzetta
|
3b45b5bf7e
|
shattered-pixel-dungeon: 0.7.5e -> 0.7.5f
|
2019-11-07 10:50:20 +01:00 |
|
Francesco Gazzetta
|
882a960312
|
shattered-pixel-dungeon: 0.7.4c -> 0.7.5e
|
2019-10-26 11:10:18 +02:00 |
|
Francesco Gazzetta
|
7ff539d1d1
|
shattered-pixel-dungeon: init at 0.7.4c
|
2019-10-25 20:29:24 +02:00 |
|