Commit graph

10 commits

Author SHA1 Message Date
zowoq 52f32fe37c saldl: update waf 2023-10-31 16:43:21 +10:00
Anderson Torres e24107b347 treewide: convert configureFlags to wafConfigureFlags when appropriate 2023-09-06 10:41:28 -03:00
Anderson Torres f2f9262b92 treewide: waf.hook -> wafHook 2023-09-06 10:41:28 -03:00
Anderson Torres 9f52275e52 treewide: change wafConfigureFlags to configureFlags
Because it makes no sense to treat it differently.
2023-09-01 15:21:21 +00:00
Anderson Torres 7bb6472b59 saldl: change wafHook to waf.hook 2023-08-26 13:12:09 +00:00
zowoq 60d217b32a saldl: 40 -> 41
https://github.com/saldl/saldl/releases/tag/v41
2021-04-06 16:26:59 +10:00
Ben Siraphob 76f93cc731 pkgs/tools: pkgconfig -> pkg-config 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
Janne Heß 0e7903738a
saldl: Add Python3 for wafHook 2020-12-17 19:01:33 +01:00
zowoq 531eb30f6b saldl: init at 40 2020-01-18 08:01:19 +10:00