Commit Graph

20 Commits

Author SHA1 Message Date
R. Ryantm
3042a708ea apkeep: 0.16.0 -> 0.17.0 2024-10-14 09:26:02 +00: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
Joel Koen
5bcc4ada63
treewide: remove maintainer joelkoen 2024-08-23 09:46:20 +10: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
Weijia Wang
585b8e0ef0 apkeep: add missing darwin framework 2024-04-12 10:30:05 +02:00
R. Ryantm
48f1ff4e74 apkeep: 0.15.0 -> 0.16.0 2024-04-05 00:28:43 +00:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Joel Koen
2c56763b58
maintainers: jyooru -> joelkoen 2023-01-15 14:14:19 +10:00
Fabian Affolter
d4dd76f46c
apkeep: add changelog to meta 2023-01-10 08:53:34 +01:00
R. Ryantm
d4d8f9e018 apkeep: 0.14.1 -> 0.15.0 2023-01-10 01:28:38 +00:00
R. Ryantm
8146ac2a81 apkeep: 0.13.0 -> 0.14.1 2022-11-25 05:39:58 +00:00
R. Ryantm
84108a6775 apkeep: 0.12.0 -> 0.13.0 2022-05-27 01:46:29 +00:00
Joel
851130e9cd
apkeep: 0.11.0 -> 0.12.0
https://github.com/EFForg/apkeep/blob/master/CHANGELOG.md#0120---2022-05-05
2022-05-06 09:47:39 +10:00
R. Ryantm
abc2867933 apkeep: 0.10.0 -> 0.11.0 2022-04-25 01:07:52 +00:00
Joel
f40c61ef50
apkeep: 0.9.0 -> 0.10.0
https://github.com/EFForg/apkeep/blob/master/CHANGELOG.md#0100---2022-03-17
2022-03-18 09:42:40 +10:00
R. Ryantm
7b4153de97 apkeep: 0.7.0 -> 0.9.0 2022-02-23 01:11:11 +00:00
Joel
94365b62a8
apkeep: 0.6.0 -> 0.7.0 2021-11-30 15:01:10 +10:00
Joel
5ee42fa3f0
apkeep: fix aarch64 build 2021-11-15 15:38:28 +10:00
Joel
c04d246eec
apkeep: fix darwin build 2021-11-13 20:30:18 +10:00
Joel
46d85da10e
apkeep: init at 0.6.0
apkeep: update buildInputs

style: fix apkeep in all-packages.nix
2021-11-10 17:04:48 +10:00