Commit Graph

8 Commits

Author SHA1 Message Date
R. Ryantm
2d689ae1d3 stochas: 1.3.9 -> 1.3.10 2024-02-20 11:45:02 +00:00
Vladimír Čunát
555f300879
treewide: another round of gcc12 fixups 2023-02-05 15:29:43 +01:00
R. Ryantm
c3552b5340 stochas: 1.3.8 -> 1.3.9 2022-12-06 23:43:42 +00:00
R. Ryantm
3732d9e367 stochas: 1.3.5 -> 1.3.8 2022-11-23 08:14:31 +00:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Bart Brouns
8240b5ad7f stochas: 1.3.4 -> 1.3.5 2021-06-05 23:36:30 +02: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
Bart Brouns
4dc9fff596 stochas: init at 1.3.4 2020-12-26 19:47:38 +01:00