Commit Graph

18 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
45ce97ef35 mpd-discord-rpc: 1.7.2 -> 1.7.3 2024-06-14 01:42:55 +00:00
Ilan Joselevich
39b26c31ce
mpd-discord-rpc: 1.7.1 -> 1.7.2
Diff: https://github.com/JakeStanger/mpd-discord-rpc/compare/v1.7.1...v1.7.2

Changelog: https://github.com/JakeStanger/mpd-discord-rpc/blob/v1.7.2/CHANGELOG.md
2024-03-16 17:42:51 +02:00
h7x4
12315f53ff treewide: add mainProgram 2023-11-24 21:01:03 +01:00
Ilan Joselevich
19e8e87be0
mpd-discord-rpc: 1.7.0 -> 1.7.1
Diff: https://github.com/JakeStanger/mpd-discord-rpc/compare/v1.7.0...v1.7.1
2023-07-09 21:35:40 +03:00
Ilan Joselevich
542f210592
mpd-discord-rpc: 1.6.0 -> 1.7.0
Diff: https://github.com/JakeStanger/mpd-discord-rpc/compare/v1.6.0...v1.7.0
2023-06-14 22:48:27 +03:00
Ilan Joselevich
5e31622647
mpd-discord-rpc: 1.5.4b -> 1.6.0
Diff: https://github.com/JakeStanger/mpd-discord-rpc/compare/v1.5.4b...v1.6.0
2023-03-29 22:52:54 +03:00
Yureka
f8cbc3c281 tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
Ilan Joselevich
aa5ccc2b2f
mpd-discord-rpc: 1.5.3 -> 1.5.4b 2023-02-05 16:09:42 +02:00
R. Ryantm
8ca030000a mpd-discord-rpc: 1.5.2 -> 1.5.3 2022-09-21 23:36:21 +00:00
Sebastián Mancilla
6375863e93 mpd-discord-rpc: fix build on darwin
Add missing Security framework as input.
2022-07-09 23:49:22 -04:00
Ilan Joselevich
a276ef6f1b mpd-discord-rpc: 1.5.1 -> 1.5.2 2022-06-22 02:32:07 +03:00
Ilan Joselevich
5e4ac43fe5 mpd-discord-rpc: 1.4.1 -> 1.5.1 2022-06-17 01:15:02 +03:00
Rick van Schijndel
cd3c25616d treewide: pkgs/tools: mark broken for darwin
All packages that were failing on x86_64-darwin are marked broken.
I'm assuming here that these are also broken on aarch64-darwin.
2022-05-29 10:56:04 +02:00
Ilan Joselevich
d4096ffd0a mpd-discord-rpc: 1.4.0 -> 1.4.1 2022-02-26 19:53:13 +02:00
Ilan Joselevich
ce422e76a5 mpd-discord-rpc: 1.3.0 -> 1.4.0 2022-02-23 14:30:04 +02:00
R. Ryantm
60b70fec0b mpd-discord-rpc: 1.2.3 -> 1.3.0 2022-02-22 10:50:49 +00:00
Ilan Joselevich
9bb6ede9e2 mpd-discord-rpc: init at 1.2.3 2022-02-17 18:26:11 +02:00