Commit Graph

10 Commits

Author SHA1 Message Date
Francesco Gazzetta
1f49598875 zaz: use finalAttrs pattern 2024-03-05 09:50:17 +01:00
h7x4
12315f53ff treewide: add mainProgram 2023-11-24 21:01:03 +01:00
Artturin
6b2a05e190 treewide: manual fixups for
treewide: use toString on list NIX_CFLAGS_COMPILE
treewide: move NIX_CFLAGS_COMPILE to the env attrset
2023-02-22 21:23:04 +02:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
Rick van Schijndel
f97a7e634f treewide: pkgs/games: mark broken for darwin 2022-05-29 10:56:04 +02:00
Peter Hoeg
112e6456a3 tree-wide: SDL may not have a .dev 2022-05-27 08:09:56 +08:00
Francesco Gazzetta
c3b5f7c6ce zaz: 1.0.0 -> 1.0.1 2021-03-25 11:56:25 +01: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
Francesco Gazzetta
bbfe534665 zaz: init at 1.0.0 2019-07-02 23:51:56 +02:00