Commit graph

16 commits

Author SHA1 Message Date
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Ben Siraphob bd42003f87 pkgs/games: pkg-config -> pkgconfig (2) 2021-01-16 23:49:59 -08: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
Free Potion a35282f878
ivan: add full iconset 2020-03-19 04:01:10 +03:00
R. RyanTM 8c8f717275 ivan: 057 -> 058 2020-03-18 07:25:08 +00:00
Free Potion 59a5aecbaf
ivan: add icon and desktop item 2020-01-09 03:54:39 +03:00
Free Potion b21ca3152b
ivan: 056 -> 057 2019-09-28 18:13:27 +03: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
Free Potion 7682194e2d
ivan: 055 -> 056 2019-02-19 23:36:49 +03:00
Free Potion 2b0699b2c4
ivan: 054 -> 055 2018-12-21 23:02:12 +03:00
Free Potion 171752daee ivan: 053 -> 054 (#47950) 2018-10-06 16:59:26 +02:00
Free Potion a6781fabc1 ivan: add myself as maintainer 2018-08-13 21:52:32 +03:00
nonfreeblob a6add56730 Delete outdated info 2018-08-13 02:38:27 +03:00
Orivej Desh 9641ab9a27 ivan: fix build after #41902 2018-07-03 12:41:18 +00:00
Grigory Chereshnev 3428b44610 ivan: 052 -> 053 (#42413) 2018-06-25 00:12:54 +02:00
Grigory Chereshnev 3d9cd5d0c5 ivan: init at 052 2018-05-27 22:23:39 +03:00