Commit graph

7 commits

Author SHA1 Message Date
Ben Siraphob 2e34288f0d pkgs/games: stdenv.lib -> lib 2021-01-15 13:36:04 +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
Mario Rodas 252fdbe2e0 nudoku: add platforms 2020-11-25 04:20:00 +00:00
R. RyanTM 04830655d7 nudoku: 2.0.0 -> 2.1.0 2020-11-22 05:10:07 +00:00
Will Dietz 7187eae189
nudoku: fix for gettext 0.20 2020-01-21 11:11:43 -06:00
Will Dietz 52332244bd
nudoku: fix w/musl, disable nls
(cherry picked from commit 027b93ae5f1efe713dc213d56f0f2e4d9858db54)
2020-01-21 11:08:20 -06:00
Will Dietz 62adf1c56b
nudoku: init at 2.0.0
(cherry picked from commit 7b0057f41f29bc18608e812bde551e19c994dbe1)
2020-01-21 11:06:32 -06:00