Commit Graph

11 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
2ca04e05f2 owmods-cli: 0.14.0 -> 0.14.3 2024-07-06 05:11:04 +00:00
R. Ryantm
1866170943 owncloud-client: 5.3.0 -> 5.3.1 2024-06-14 11:02:27 +00:00
R. Ryantm
ca90d7981a owncloud-client: 5.2.1 -> 5.3.0 2024-06-08 12:46:30 +02:00
R. Ryantm
f04c646291 owmods-cli: 0.13.1 -> 0.14.0 2024-05-20 09:53:56 +00:00
R. Ryantm
b7de695b7d owmods-cli: 0.13.0 -> 0.13.1 2024-03-24 11:01:08 +00:00
Weijia Wang
e91b378f17 owmods-cli: fix build on darwin 2024-03-20 22:37:22 +01:00
Locochoco
6e11881ea1 owmods-cli: add bwc9876 and spoonbaker as maintainers 2024-03-20 20:47:08 +01:00
Locochoco
147344ca8d owmods-cli: move to pkgs/by-name/ow/owmods-cli 2024-03-20 15:54:05 -03:00
Miao, ZhiCheng
de55f869de
owncloud-client: 5.0.0 -> 5.2.1 2024-01-04 23:32:58 +02:00
Miao, ZhiCheng
ae102bbaac
owncloud-client: 4.2.0 -> 5.0.0
- 5.0.0 adds new a new local dependency: kdsingleapplication
- 5.0.0 starts to use Qt6
- Qt6 requires qt6.qtsvg for tray icon support
- move all packages under by-name
2023-10-28 12:07:42 +03:00