Commit Graph

28 Commits

Author SHA1 Message Date
R. Ryantm
5dad232a98 melonDS: 0.9.5-unstable-2024-09-18 -> 0.9.5-unstable-2024-09-29 2024-09-30 14:37:18 +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
R. Ryantm
008e81ca42 melonDS: 0.9.5-unstable-2024-09-06 -> 0.9.5-unstable-2024-09-18 2024-09-21 19:19:16 +00:00
R. Ryantm
05b0f36dd9 melonDS: 0.9.5-unstable-2024-08-21 -> 0.9.5-unstable-2024-09-06 2024-09-09 09:47:14 +00:00
R. Ryantm
658984c6e5 melonDS: 0.9.5-unstable-2024-08-19 -> 0.9.5-unstable-2024-08-21 2024-08-27 11:26:20 +00:00
R. Ryantm
b43953c18b melonDS: 0.9.5-unstable-2024-08-11 -> 0.9.5-unstable-2024-08-19 2024-08-21 08:35:58 +00:00
Nadia Holmquist Pedersen
665e0551c8 Fix accidental whitespace 2024-08-11 17:01:20 +02:00
Nadia Holmquist Pedersen
d0afa7dac6
Fix ordering
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2024-08-11 16:09:13 +02:00
Nadia Holmquist Pedersen
05de07ee2e melonDS: Update for recent upstream changes
* Added enet dependency
* Remove Darwin-specific installPhase
2024-08-11 05:08:25 +02:00
R. Ryantm
1e59c37674 melonDS: 0.9.5-unstable-2024-07-21 -> 0.9.5-unstable-2024-08-05 2024-08-05 21:32:16 +00:00
Gliczy
6ea8bb2ed7 melonDS: format with nixfmt-rfc-style 2024-07-27 15:36:50 +02:00
Gliczy
e08c01e39b melonDS: fix segfault on wayland 2024-07-27 15:36:10 +02:00
R. Ryantm
11542157c4 melonDS: 0.9.5-unstable-2024-07-14 -> 0.9.5-unstable-2024-07-21 2024-07-24 10:24:42 +00:00
OPNA2608
2ab27f2619 melonDS: Add qtwayland for Qt wayland plugin
Otherwise it fails to start on Wayland:

qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
2024-07-18 15:06:23 +02:00
R. Ryantm
9b8aaf12dc melonDS: 0.9.5-unstable-2024-07-04 -> 0.9.5-unstable-2024-07-14 2024-07-15 04:52:09 +00:00
Anderson Torres
0821554d5e melonDS: reword input set 2024-07-05 09:13:27 -03:00
Anderson Torres
68de652b96 melonDS: use qt6 libraries 2024-07-05 09:13:18 -03:00
Thiago Kenji Okada
c1ff222bfb
Merge pull request #324673 from matteo-pacini/melonds
melonDS: darwin support
2024-07-05 11:58:38 +00:00
Matteo Pacini
0da1ef93cb melonDS: darwin support 2024-07-04 21:51:03 +01:00
R. Ryantm
12391fc8eb melonDS: 0.9.5-unstable-2024-06-24 -> 0.9.5-unstable-2024-07-04 2024-07-04 19:00:12 +00:00
R. Ryantm
63c8b27b33 melonDS: 0.9.5-unstable-2024-06-18 -> 0.9.5-unstable-2024-06-24 2024-06-28 02:47:08 +00:00
R. Ryantm
4a39a0e0a9 melonDS: 0.9.5-unstable-2024-06-08 -> 0.9.5-unstable-2024-06-18 2024-06-22 06:40:58 +00:00
R. RyanTM
1895d86396
melonDS: 0.9.5-unstable-2024-05-15 -> 0.9.5-unstable-2024-06-08 (#319745) 2024-06-14 12:15:27 -04:00
R. RyanTM
94ff40c3d4
melonDS: 0.9.5-unstable-2024-05-13 -> 0.9.5-unstable-2024-05-15 (#312886) 2024-05-19 17:38:43 -04:00
R. Ryantm
70014d7567 melonDS: 0.9.5-unstable-2024-05-05 -> 0.9.5-unstable-2024-05-13 2024-05-13 23:07:57 +00:00
R. RyanTM
00a248e2ab
melonDS: 0.9.5-unstable-2024-04-18 -> 0.9.5-unstable-2024-05-05 (#309445) 2024-05-06 14:15:39 -04:00
Anderson Torres
d3a2542d85 melonDS: 0.9.5-unstable-2024-01-17 -> 0.9.5-unstable-2024-04-18 2024-04-26 10:30:23 -03:00
Anderson Torres
c2955d3032 melonDS: migrate to by-name 2024-04-26 10:23:41 -03:00