Commit graph

16 commits

Author SHA1 Message Date
Pavol Rusnak 90f7338112
treewide: stdenv.lib -> lib 2021-01-24 01:49:49 +01:00
Francesco Gazzetta 9e0bb258f5 shattered-pixel-dungeon: 0.9.0b -> 0.9.1d 2021-01-20 18:34:58 +01:00
Sandro f0cf05c4b9
Merge pull request #99885 from fgaz/shattered-pixel-dungeon/0.9.0 2021-01-20 16:00:52 +01:00
Francesco Gazzetta 61b83e68dc shattered-pixel-dungeon: almost fix darwin build
Gradle has some problems with termcap:

> FAILURE: Build failed with an exception.
>
> * What went wrong:
> Could not open terminal for stdout: could not get termcap entry

see https://github.com/gradle/gradle/issues/4426

Unfortunately before the merge darwin broke again, so while this is now
in a better state it is still broken:
https://github.com/NixOS/nixpkgs/pull/99885#issuecomment-740065005
2021-01-20 11:27:12 +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
Francesco Gazzetta ec61ccd525 shattered-pixel-dungeon: 0.8.2d -> 0.9.0b 2020-11-05 16:10:26 +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