Commit Graph

24 Commits

Author SHA1 Message Date
R. Ryantm
a0ab362d5a
lychee: 0.16.1 -> 0.17.0 2024-11-22 08:38:30 -05:00
Samuel Tardieu
1610ea8a61 lychee: 0.15.1 → 0.16.1
- The tagging scheme has changed from "vNN" to "lychee-vNN".
- New terminal color tests must be skipped when building the derivation.
2024-10-20 15:26:27 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Robert Hensing
e0c43a96d2
testers.lycheeLinkCheck: init (#298665)
* testers.lycheeLinkCheck: init

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2024-05-27 01:14:19 +02:00
R. Ryantm
ffff189069 lychee: 0.15.0 -> 0.15.1 2024-04-30 19:14:51 +00:00
R. Ryantm
9912ed4a49 lychee: 0.14.3 -> 0.15.0 2024-04-25 13:22:41 +00:00
Peder Bergebakken Sundt
755d153a7a
Merge pull request #287915 from h7x4/treewide-add-main-program-4
treewide: add `mainProgram`
2024-02-15 01:45:40 +01:00
R. Ryantm
de5d1e37e7 lychee: 0.14.2 -> 0.14.3 2024-02-12 01:23:20 +00:00
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
sefidel
e92b258c89
lychee: 0.13.0 -> 0.14.2 2024-02-07 20:54:31 +09:00
GetPsyched
f98ec4f73c treewide: update meta.description to fit the guidelines 2024-01-09 17:12:31 +01:00
Matthias Thym
8d5f81b3f8 lychee: 0.11.1 -> 0.13.0 2023-08-07 12:40:10 +02:00
R. Ryantm
f096f0df37 lychee: 0.10.3 -> 0.11.1 2023-02-25 18:26:19 +00:00
R. Ryantm
4f87937601 lychee: 0.10.2 -> 0.10.3 2022-11-10 00:30:40 +00:00
R. Ryantm
7667dba1c6 lychee: 0.10.1 -> 0.10.2 2022-11-09 03:11:02 +00:00
Ryan Mulligan
ae5ce20224
Merge pull request #183523 from r-ryantm/auto-update/lychee
lychee: 0.9.0 -> 0.10.1
2022-07-31 09:46:54 -07:00
Kid
0309e44af5 lychee: fix build on darwin 2022-07-29 20:27:24 +00:00
R. Ryantm
157e5568b3 lychee: 0.9.0 -> 0.10.1 2022-07-28 23:03:08 +00:00
R. Ryantm
f9e4a45f5d lychee: 0.8.2 -> 0.9.0 2022-03-23 19:24:48 +00:00
Harsh Shandilya
0fefa7eb9d
lychee: 0.8.1 -> 0.8.2 2022-01-10 11:31:24 +05:30
Harsh Shandilya
dee196abef
lychee: 0.7.0 -> 0.8.1 2021-11-18 20:27:58 +05:30
Denny Schäfer
7d6fb7ec3b
lychee: 0.5.0 -> 0.7.0 2021-04-22 22:25:03 +02:00
Denny Schäfer
f67c929ab2
lychee: init at 0.5.0 2021-03-19 20:15:23 +01:00