Commit graph

11 commits

Author SHA1 Message Date
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 d00bd8200b hyperrogue: 11.3l -> 11.3o 2020-06-06 09:25:34 +00:00
R. RyanTM ccff0849d3 hyperrogue: 11.3f -> 11.3l 2020-05-04 01:39:04 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
mehlon 1d2f6c7d25
hyperrogue: 11.2d -> 11.3f 2020-04-02 16:33:58 +00:00
mehlon c510bbf011 hyperrogue: 10.5e -> 11.2d 2020-01-01 00:59:03 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Chris Rendle-Short 328b1d3cd5 hyperrogue: add .desktop file and icon
Add XDG .desktop file and icons.
2019-04-22 21:52:52 +10:00
R. RyanTM c93a56c09f hyperrogue: 10.5a -> 10.5e (#56700)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hyperrogue/versions
2019-03-15 22:00:01 +01:00
Orivej Desh 63c7ed9788 hyperrogue: 10.4j -> 10.5a 2018-11-27 20:28:13 +00:00
Ricardo Ardissone 96a6e1f5b5 hyperrogue: init at 10.4j 2018-07-10 18:36:26 -03:00