Commit Graph

12 Commits

Author SHA1 Message Date
Daru
1112eb8f1a qtscrcpy: init at 2.2.1 2024-11-13 22:35:07 +08:00
R. Ryantm
3d0aea94f6 qtractor: 1.1.1 -> 1.3.0 2024-10-18 12:38:49 +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
Aleksana
a9e496dac9
qtalarm: init at 2.5.1 (#337732) 2024-09-10 22:12:09 +08:00
wxt
dc6dbca638 qtalarm: init at 2.5.1 2024-09-09 21:11:29 +08:00
R. Ryantm
08583c57fa qtractor: 1.0.0 -> 1.1.1 2024-08-05 01:14:12 +00:00
Ivan Trubach
90fbf71333 treewide: remove maintainer goibhniu
Inactive in Nixpkgs since 2018 (and a single PR in 2022).
https://github.com/NixOS/nixpkgs/issues?q=author%3Acillianderoiste
2024-07-24 13:38:22 +03:00
Weijia Wang
817cd63f8f
Merge pull request #308167 from r-ryantm/auto-update/qtractor
qtractor: 0.9.39 -> 1.0.0
2024-07-09 00:30:02 +02:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
R. Ryantm
a4c5749acc qtractor: 0.9.39 -> 1.0.0 2024-06-25 08:04:11 +00:00
R. Ryantm
70181a6ea9 qtractor: 0.9.38 -> 0.9.39 2024-02-05 12:20:21 +00:00
Weijia Wang
fbad97cf0c qtractor: 0.9.25 -> 0.9.38 2024-01-24 01:08:20 +01:00