Commit Graph

22 Commits

Author SHA1 Message Date
h7x4
12315f53ff treewide: add mainProgram 2023-11-24 21:01:03 +01:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Sergei Trofimovich
83b01dd4ec SDL2_mixer: add "dev" output
`SDL2_mixer` is a a popular game dependency. Split it's `dev` output to
separate store path to reduce runtime closure size.

While at it amend a few games's include paths.
2022-09-21 07:36:32 +01:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Free Potion
1e47c2055d
ivan: maintainer was removed 2022-01-11 20:52:10 +03:00
R. RyanTM
75a86ab9f5
ivan: 058 -> 059
(#152750)
2022-01-03 15:10:57 +01:00
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