Commit graph

14 commits

Author SHA1 Message Date
Felix Buehler ce3b463c79 games: /s/name/pname&version/ 2021-06-25 01:28:10 +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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
John Ericson db965063b3 treewide: Make configureFlags lists 2018-08-03 17:06:03 -04:00
Nick Novitski 487140e8ef typespeed: fix darwin compatibility 2016-06-09 02:07:40 +00:00
Tuomas Tynkkynen 6e24c9974f typespeed: Add platforms 2016-04-27 05:06:35 +03:00
Pascal Wittmann 8df0e0b151 Fixed many descriptions 2014-11-11 14:36:34 +01:00
Jonathan Glines 8e2556bd7f Added auntie as a maintainer, and set license properly. 2014-06-08 23:47:59 -06:00
Jonathan Glines b690f36d6f Oops, removed a printf debug line we don't need. 2014-06-08 23:43:28 -06:00
Jonathan Glines 0806afad5a Added metadata for typespeed. 2014-06-08 23:21:11 -06:00
Jonathan Glines 9d04c9021b Oops, forgot to add patch. 2014-06-08 22:46:02 -06:00
Jonathan Glines 54ba3c7ff4 Fixed problem with worddir and ruledir path. 2014-06-08 22:44:06 -06:00
Jonathan Glines 150f6f9ee6 Removed unneeded builder.sh. 2014-06-08 17:40:16 -06:00
Jonathan Glines bb82a4d171 Added typespeed package. 2014-06-02 20:41:35 -06:00