Commit Graph

17 Commits

Author SHA1 Message Date
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
R. Ryantm
df899fdd18 rymdport: 3.5.3 -> 3.6.0 2024-04-14 17:42:21 +00:00
R. Ryantm
f174d3c61a rymdport: 3.5.2 -> 3.5.3 2024-03-19 02:31:03 +00:00
R. Ryantm
26c6b9f539 rymdport: 3.5.1 -> 3.5.2 2024-01-04 23:34:05 -08:00
Weijia Wang
68ef996007
Merge pull request #271604 from h7x4/treewide-install-missing-desktop-items
treewide: install missing desktopItems
2023-12-08 01:12:32 +01:00
h7x4
efdec26090
treewide: install missing desktopItems 2023-12-02 06:57:21 +01:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Robert Schütz
d65f164a4a rymdport: 3.5.0 -> 3.5.1
Diff: https://github.com/Jacalz/rymdport/compare/v3.5.0...v3.5.1

Changelog: https://github.com/Jacalz/rymdport/blob/v3.5.1/CHANGELOG.md
2023-10-15 13:25:17 -07:00
R. Ryantm
a771dc85ea rymdport: 3.4.0 -> 3.5.0 2023-09-05 20:28:38 +00:00
R. Ryantm
c4980c2bb6 rymdport: 3.3.6 -> 3.4.0 2023-06-10 07:39:36 +00:00
R. Ryantm
f893853360 rymdport: 3.3.5 -> 3.3.6 2023-05-17 03:29:56 +00:00
R. Ryantm
71bc247505 rymdport: 3.3.4 -> 3.3.5 2023-05-08 05:13:41 +00:00
R. Ryantm
afc3c6398b rymdport: 3.3.2 -> 3.3.4 2023-04-25 20:54:08 -07:00
Robert Schütz
bbd4c89959 rymdport: 3.3.1 -> 3.3.2
Diff: https://github.com/Jacalz/rymdport/compare/v3.3.1...v3.3.2

Changelog: https://github.com/Jacalz/rymdport/blob/v3.3.2/CHANGELOG.md
2023-02-24 09:11:55 -08:00
R. Ryantm
ccea359262 rymdport: 3.3.0 -> 3.3.1 2023-02-01 04:53:44 +00:00
R. Ryantm
23464601e2 rymdport: 3.2.0 -> 3.3.0 2023-01-16 07:36:55 +00:00
Robert Schütz
0f86e8758d rymdport: init at 3.2.0 2022-11-15 21:40:14 -08:00