Commit Graph

12 Commits

Author SHA1 Message Date
Maciek Starzyk
6993265d86 tab: 9.1 -> 9.2 2023-10-22 10:45:21 +02:00
Ferry Jérémie
bfac2d0034 treewide:replace http by https when https is a permanent redirection 2023-02-19 21:47:59 +01:00
Vladimír Čunát
ef5aa34f4c
glslviewer, tab: fixup build with gcc12 2023-02-08 09:21:06 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Maciek Starzyk
aaf2098a36 tab: 9.0 -> 9.1 2022-03-30 22:10:35 +02:00
Maciek Starzyk
21656462ce tab: 8.0 -> 9.0 2022-03-19 12:13:57 +01:00
R. RyanTM
9a52406aa9 tab: 7.2 -> 8.0 2021-03-09 22:55:17 +00: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
Mario Rodas
c193d3b494 tab: enable on darwin 2020-06-19 04:21:00 -05:00
Mario Rodas
c45e09039b tab: use python3 2020-06-19 04:20:00 -05:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Maciek Starzyk
642bed5ba3 tab: init at 7.2 2019-10-20 13:38:13 -07:00