Weijia Wang
52a00c7e97
libdsk: 1.5.19 -> 1.5.20 ( #348296 )
2024-11-01 13:10:04 +01:00
Weijia Wang
e72aab3a92
sameboy: 0.16.6 -> 0.16.7 ( #346317 )
2024-11-01 04:12:51 +01:00
Matteo Pacini
a445fb0fc2
_86Box: update to apple-sdk pattern
2024-10-31 21:32:27 +00:00
github-actions[bot]
2c3dde0baa
Merge master into staging-next
2024-10-30 12:05:37 +00:00
Ali Rizvi
a5b81808e2
libretro.citra: fix broken build (ffmpeg -> ffmpeg_6)
2024-10-29 18:47:12 -04:00
Fabián Heredia Montiel
34b62f7c47
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-27 16:10:56 -06:00
angel-val
3042d0c97c
Added wayland-scanner build input to retroarch
2024-10-27 20:52:49 +13:00
github-actions[bot]
bafb3e4e13
Merge master into staging-next
2024-10-23 12:05:38 +00:00
Alexander V. Nikolaev
da466ad660
wine64Packages.{unstable,staging}: 9.19 -> 9.20
2024-10-23 22:19:36 +11:00
Nicolas Benes
07c81867c9
dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt
...
https://github.com/shiiion/dolphin/releases/tag/1.0.7a
2024-10-20 18:43:03 +02:00
K900
894462661c
Merge branch 'master' into staging-next
2024-10-19 09:09:13 +03:00
Peder Bergebakken Sundt
f7ee813c86
fceux: 2.6.6-unstable-2024-01-19 -> 2.6.6-unstable-2024-06-09 ( #348653 )
2024-10-19 06:50:48 +02:00
github-actions[bot]
0c3802422c
Merge master into staging-next
2024-10-16 06:04:54 +00:00
ghpzin
97686ec907
darling: fix build with ffmpeg_7
...
- add patch from upstream commit:
https://www.github.com/darlinghq/darling/pull/1537
9655d5598c
2024-10-16 02:38:17 +03:00
Anderson Torres
7bb6a0437b
fceux: migrate to by-name
2024-10-14 21:10:26 -03:00
Anderson Torres
3edaf1f09b
fceux: nixfmt-rfc-style
2024-10-14 21:10:25 -03:00
Anderson Torres
88ae9f3ab2
fceux: use standard callPackage
2024-10-14 21:07:45 -03:00
R. Ryantm
246d2bd1b6
libdsk: 1.5.19 -> 1.5.20
2024-10-13 15:42:14 +00:00
Sergei Trofimovich
35ea33f20b
wine: restore the eval on linux
...
Without the change the instantiation in `linux` fails as:
$ nix-instantiate -A wine
error:
… while calling the 'derivationStrict' builtin
at <nix/derivation-internal.nix>:34:12:
33|
34| strict = derivationStrict drvAttrs;
| ^
35|
… while evaluating derivation 'wine-9.0'
whose name attribute is located at /tmp/z/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:336:7
… while evaluating attribute 'NIX_LDFLAGS' of derivation 'wine-9.0'
at /tmp/z/nixpkgs/pkgs/applications/emulators/wine/base.nix:121:3:
120| # LD_LIBRARY_PATH.
121| NIX_LDFLAGS = toString (map (path: "-rpath " + path) (
| ^
122| map (x: "${lib.getLib x}/lib") ([ stdenv.cc.cc ]
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: Package ‘apple-sdk-14.4’ in /tmp/z/nixpkgs/pkgs/by-name/ap/apple-sdk/package.nix:111 is not available on the requested hostPlatform:
hostPlatform.config = "i686-unknown-linux-gnu"
package.meta.platforms = [
"x86_64-darwin"
"i686-darwin"
"aarch64-darwin"
"armv7a-darwin"
]
package.meta.badPlatforms = [
{
cpu = {
bits = 32;
};
}
]
, refusing to evaluate.
a) To temporarily allow packages that are unsupported for this system, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1
Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake,
then pass `--impure` in order to allow use of environment variables.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.
2024-10-11 06:58:31 +01:00
Emily
c586a772f8
wine64Packages.{stable,unstable,staging}: use the 14.4 SDK ( #346963 )
2024-10-11 01:55:34 +01:00
Randy Eckenrode
0421ee2dd8
wine64Packages.{stable,unstable,staging}: use the 14.4 SDK
...
Wine supports a form of futexes on Darwin when built with the 14.4 SDK
and running on 14.4 or later. It will fall back automatically to other
primitives when running on older systems.
2024-10-10 01:07:36 -04:00
Randy Eckenrode
d8906e4851
treewide: switch to moltenvk from darwin.moltenvk
2024-10-10 01:06:41 -04:00
github-actions[bot]
7ab01e096c
Merge master into staging-next
2024-10-06 18:03:58 +00:00
R. RyanTM
e62d2eba7d
wine-staging: 9.18 -> 9.19 ( #346803 )
2024-10-06 18:48:24 +02:00
Thiago Kenji Okada
36a33eed91
libretro.pcsx-rearmed: unstable-2024-09-03 -> unstable-2024-10-06 ( #346808 )
2024-10-06 16:26:22 +01:00
Thiago Kenji Okada
cdd2d7d30c
libretro.picodrive: unstable-2024-09-06 -> unstable-2024-10-01 ( #346805 )
2024-10-06 16:26:09 +01:00
Thiago Kenji Okada
a610409982
libretro.stella: unstable-2024-09-26 -> unstable-2024-10-04 ( #346809 )
2024-10-06 16:25:55 +01:00
Thiago Kenji Okada
9aace52ba0
libretro.beetle-pce: unstable-2024-09-27 -> unstable-2024-10-01 ( #346810 )
2024-10-06 16:25:27 +01:00
Thiago Kenji Okada
c26dbdc44b
libretro.ppsspp: unstable-2024-09-28 -> unstable-2024-10-03 ( #346813 )
2024-10-06 16:24:19 +01:00
Thiago Kenji Okada
5cd2138f63
libretro.gpsp: unstable-2024-08-24 -> unstable-2024-10-01 ( #346814 )
2024-10-06 16:24:05 +01:00
Thiago Kenji Okada
e734e3ffe6
libretro.fbneo: unstable-2024-09-26 -> unstable-2024-10-03 ( #346820 )
2024-10-06 16:23:01 +01:00
Thiago Kenji Okada
32ff41df65
libretro.mame: unstable-2024-09-27 -> unstable-2024-10-04 ( #346827 )
2024-10-06 16:22:48 +01:00
Thiago Kenji Okada
580b0b770e
libretro.flycast: unstable-2024-09-27 -> unstable-2024-10-05 ( #346831 )
2024-10-06 16:22:28 +01:00
Thiago Kenji Okada
c415bcd015
libretro.dosbox-pure: unstable-2024-09-16 -> unstable-2024-09-28 ( #346846 )
2024-10-06 16:22:11 +01:00
Nick Cao
abb8d1c8ed
libretro.beetle-saturn: unstable-2024-05-19 -> unstable-2024-10-01 ( #346811 )
2024-10-06 10:21:36 -04:00
Nick Cao
04a4aaeb2f
libretro.mame2003-plus: unstable-2024-09-26 -> unstable-2024-10-05 ( #346812 )
2024-10-06 10:14:26 -04:00
Nick Cao
51c8d7d0e9
libretro.beetle-supafaust: unstable-2023-06-19 -> unstable-2024-10-01 ( #346815 )
2024-10-06 10:13:54 -04:00
Nick Cao
75822727e6
libretro.hatari: unstable-2024-06-28 -> unstable-2024-10-01 ( #346817 )
2024-10-06 10:13:14 -04:00
Nick Cao
5456431679
libretro.bluemsx: unstable-2024-08-08 -> unstable-2024-10-01 ( #346829 )
2024-10-06 10:03:15 -04:00
Nick Cao
227bf5d1fd
libretro.atari800: unstable-2024-09-24 -> unstable-2024-10-01 ( #346830 )
2024-10-06 10:02:54 -04:00
Nick Cao
48430cc77c
libretro.gambatte: unstable-2024-09-27 -> unstable-2024-10-04 ( #346833 )
2024-10-06 10:02:17 -04:00
Nick Cao
a5343c99f1
libretro.snes9x: unstable-2024-09-27 -> unstable-2024-10-03 ( #346806 )
2024-10-06 09:45:55 -04:00
R. Ryantm
58176558fb
libretro.dosbox-pure: unstable-2024-09-16 -> unstable-2024-09-28
2024-10-06 10:28:23 +00:00
R. Ryantm
28ef892139
libretro.gambatte: unstable-2024-09-27 -> unstable-2024-10-04
2024-10-06 09:25:27 +00:00
R. Ryantm
e3e566119d
libretro.flycast: unstable-2024-09-27 -> unstable-2024-10-05
2024-10-06 09:15:04 +00:00
R. Ryantm
324fdda1ca
libretro.atari800: unstable-2024-09-24 -> unstable-2024-10-01
2024-10-06 09:11:17 +00:00
R. Ryantm
9b6ea71b9b
libretro.bluemsx: unstable-2024-08-08 -> unstable-2024-10-01
2024-10-06 08:59:30 +00:00
R. Ryantm
ed0d8366c9
libretro.mame: unstable-2024-09-27 -> unstable-2024-10-04
2024-10-06 08:57:40 +00:00
R. Ryantm
6f00ac2b5a
libretro.fbneo: unstable-2024-09-26 -> unstable-2024-10-03
2024-10-06 08:22:16 +00:00
R. Ryantm
336928d3b0
libretro.hatari: unstable-2024-06-28 -> unstable-2024-10-01
2024-10-06 08:08:18 +00:00
R. Ryantm
3f645a5e22
libretro.beetle-supafaust: unstable-2023-06-19 -> unstable-2024-10-01
2024-10-06 08:06:15 +00:00
R. Ryantm
fdb458abc1
libretro.gpsp: unstable-2024-08-24 -> unstable-2024-10-01
2024-10-06 08:02:35 +00:00
R. Ryantm
14a11a187f
libretro.ppsspp: unstable-2024-09-28 -> unstable-2024-10-03
2024-10-06 07:47:30 +00:00
R. Ryantm
0dd781ee86
libretro.mame2003-plus: unstable-2024-09-26 -> unstable-2024-10-05
2024-10-06 07:46:32 +00:00
R. Ryantm
138d3c1086
libretro.beetle-saturn: unstable-2024-05-19 -> unstable-2024-10-01
2024-10-06 07:32:24 +00:00
R. Ryantm
9a6d752a18
libretro.beetle-pce: unstable-2024-09-27 -> unstable-2024-10-01
2024-10-06 07:29:05 +00:00
R. Ryantm
052e0de701
libretro.stella: unstable-2024-09-26 -> unstable-2024-10-04
2024-10-06 07:23:22 +00:00
R. Ryantm
24170e3700
libretro.pcsx-rearmed: unstable-2024-09-03 -> unstable-2024-10-06
2024-10-06 07:15:11 +00:00
R. Ryantm
bc29708a96
libretro.thepowdertoy: unstable-2023-01-17 -> unstable-2024-10-01
2024-10-06 07:14:53 +00:00
R. Ryantm
136358c682
libretro.snes9x: unstable-2024-09-27 -> unstable-2024-10-03
2024-10-06 07:14:03 +00:00
R. Ryantm
5a5eb77a9b
libretro.picodrive: unstable-2024-09-06 -> unstable-2024-10-01
2024-10-06 07:09:27 +00:00
github-actions[bot]
e9c8665026
Merge master into staging-next
2024-10-05 00:14:01 +00:00
h7x4
69c654cb2c
dosbox-x: 2024.07.01 -> 2024.10.01 ( #346073 )
2024-10-04 22:02:45 +02:00
h7x4
8f55b011e0
treewide: add meta.changelog ( #346488 )
...
* guix: add meta.changelog
* zile: add meta.changelog
* zoom: add meta.changelog
* zotify: add meta.changelog
* zpaqfranz: add meta.changelog
* zunit: add meta.changelog
* zxwing-cpp: add meta.changelog
* zxpy: add meta.changelog
* zydis: add meta.changelog
* zziplib: add meta.changelog
* j: add meta.changelog
* kyua: add meta.changelog
* json2ts: add meta.changelog
* igir: add meta.changelog
* ios-webkit-debug-proxy: add meta.changelog
* gpaste: add meta.changelog
* polkit_gnome: add meta.changelog
* papers: add meta.changelog
* libmsgraph: add meta.changelog
* quadrapassel: add meta.changelog
* gnome-nibbles: add meta.changelog
* decibels: add meta.changelog
* libgedit-amtk: add meta.changelog
* simple-scan: add meta.changelog
* gnome-klotski: add meta.changelog
* gnome-sound-recorder: add meta.changelog
* gnome-remote-desktop: add meta.changelog
* gnome-robots: add meta.changelog
* gnome-shell-extensions: add meta.changelog
* gnome-panel: add meta.changelog
* gnome-session: add meta.changelog
* gnome-keyring: add meta.changelog
* devhelp: add meta.changelog
* libgnome-keyring: add meta.changelog
* ghex: add meta.changelog
* gnome-connections: add meta.changelog
* lightsoff: add meta.changelog
* gnome-flashback: add meta.changelog
* livi: add meta.changelog
* mutter: add meta.changelog
* hitori: add meta.changelog
* gnome-initial-setup: add meta.changelog
* gnome-bluetooth: add meta.changelog
* gnome-shell: add meta.changelog
* gnome-sudoku: add meta.changelog
* ideamaker: add meta.changelog
* i2p: add meta.changelog
* lms: add meta.changelog
* adwaita-icon-theme: add meta.changelog
* gnome-applets: add meta.changelog
* flac123: add meta.changelog
* flaca: add meta.changelog
* flameshot: add meta.changelog
* flaresolverr: add meta.changelog
* a52dec: add meta.changelog
* hexbinhex: add meta.changelog
* dwl: add meta.changelog
* msolve: add meta.changelog
* jcli: add meta.changelog
* nmap: add meta.changelog
* nmapsi4: add meta.changelog
* labctl: add meta.changelog
* _1oom: add meta.changelog
* libipuz: add meta.changelog
* metacity: add meta.changelog
* sushi: add meta.changelog
* rygel: add meta.changelog
* zenity: add meta.changelog
* crosswords: add meta.changelog
* gnome-mahjongg: add meta.changelog
* alacarte: add meta.changelog
* loupe: add meta.changelog
* cheese: add meta.changelog
* atomix: add meta.changelog
* swell-foop: add meta.changelog
* alfis: add meta.changelog
* aperture: add meta.changelog
* atomic-swap: add meta.changelog
* besu: add meta.changelog
* bisq: add meta.changelog
* bitcoin-abc: add meta.changelog
* bitcoin-knots: add meta.changelog
* bitcd: add meta.changelog
* btcdeb: add meta.changelog
* btcpayserver: add meta.changelog
* 86box: add meta.changelog
* darling: add meta.changelog
* dosbox: add meta.changelog
* firebird-emu: add meta.changelog
* maiko: add meta.changelog
* accerciser: add meta.changelog
* adwaita-icon-theme-legacy: add meta.changelog
* dconf-editor: add meta.changelog
* eog: add meta.changelog
* evolution-data-server: add meta.changelog
* file-roller: add meta.changelog
* four-in-a-row: add meta.changelog
* gdm: add meta.changelog
* geary: add meta.changelog
* gitg: add meta.changelog
* gnome2048: add meta.changelog
* gnome-backgrounds: add meta.changelog
* gnome-text-editor: add meta.changelog
* gnome-tour: add meta.changelog
* gnome-user-share: add meta.changelog
* gxml: add meta.changelog
* tali: add meta.changelog
* totem: add meta.changelog
* mobile-broadband-provider-info: add meta.changelog
* avr: add meta.changelog
* brev-cli: add meta.changelog
* juce: add meta.changelog
* loc: add meta.changelog
* resholve: add meta.changelog
* rpiboot: add meta.changelog
* gerbera: add meta.changelog
* kdocker: add meta.changelog
* pmenu: add meta.changelog
* advancecomp: add meta.changelog
* adriconf: add meta.changelog
* interception-tools: add meta.changelog
* nabi: add meta.changelog
* gorilla-cli: add meta.changelog
* heygpt: add meta.changelog
* 6tunnel: add meta.changelog
* aria2: add meta.changelog
* logmein-hamachi: add meta.changelog
* maphosts: add meta.changelog
* qcal: add meta.changelog
* adreaper: add meta.changelog
* aflplusplus: add meta.changelog
* aide: add meta.changelog
* cameradar: add meta.changelog
* wpscan: add meta.changelog
* aha: add meta.changelog
* xcat: add meta.changelog
2024-10-04 22:35:12 +03:00
R. Ryantm
8891a773e4
sameboy: 0.16.6 -> 0.16.7
2024-10-04 03:52:15 +00:00
R. Ryantm
91f5088ec3
dosbox-x: 2024.07.01 -> 2024.10.01
2024-10-03 04:43:21 +00:00
K900
e3bf09623f
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-01 15:09:28 +03:00
R. Ryantm
586a806a5d
mame: 0.269 -> 0.270
2024-10-01 02:46:36 +00:00
github-actions[bot]
080ddac139
Merge master into staging-next
2024-09-29 00:15:45 +00:00
Thiago Kenji Okada
cbf65fc34b
libretro.gambatte: unstable-2024-09-06 -> unstable-2024-09-27 ( #345154 )
2024-09-28 20:47:26 +01:00
Thiago Kenji Okada
602fb03c3a
libretro.fceumm: unstable-2024-07-20 -> unstable-2024-09-23 ( #345150 )
2024-09-28 20:46:35 +01:00
Thiago Kenji Okada
9eabfc4efe
libretro.genesis-plus-gx: unstable-2024-09-15 -> unstable-2024-09-18 ( #345148 )
2024-09-28 20:43:52 +01:00
Thiago Kenji Okada
efbfee3814
libretro.flycast: unstable-2024-09-16 -> unstable-2024-09-27 ( #345149 )
2024-09-28 20:42:53 +01:00
R. Ryantm
0a7d6bb9c3
libretro.gambatte: unstable-2024-09-06 -> unstable-2024-09-27
2024-09-28 18:07:57 +00:00
github-actions[bot]
8693fc15c4
Merge master into staging-next
2024-09-28 18:04:13 +00:00
R. Ryantm
5afabbdc4e
libretro.fceumm: unstable-2024-07-20 -> unstable-2024-09-23
2024-09-28 17:51:38 +00:00
R. Ryantm
5f603b6403
libretro.flycast: unstable-2024-09-16 -> unstable-2024-09-27
2024-09-28 17:51:01 +00:00
R. Ryantm
1c0ff9871d
libretro.genesis-plus-gx: unstable-2024-09-15 -> unstable-2024-09-18
2024-09-28 17:50:55 +00:00
Thiago Kenji Okada
e9c3b079ef
libretro.atari800: unstable-2024-09-13 -> unstable-2024-09-24 ( #345144 )
2024-09-28 18:29:30 +01:00
Thiago Kenji Okada
2a2f133ffa
libretro.fuse: unstable-2024-09-13 -> unstable-2024-09-20 ( #345143 )
2024-09-28 18:29:07 +01:00
Thiago Kenji Okada
0b4f8be4ce
libretro.fbneo: unstable-2024-09-12 -> unstable-2024-09-26 ( #345136 )
2024-09-28 18:28:36 +01:00
Thiago Kenji Okada
faa642d507
libretro.puae: unstable-2024-09-17 -> unstable-2024-09-25 ( #345133 )
2024-09-28 18:28:09 +01:00
Thiago Kenji Okada
f6fb9e279c
libretro.mame2003-plus: unstable-2024-09-09 -> unstable-2024-09-26 ( #345119 )
2024-09-28 18:27:28 +01:00
Thiago Kenji Okada
dfabea8955
libretro.ppsspp: unstable-2024-09-17 -> unstable-2024-09-28 ( #345117 )
2024-09-28 18:27:06 +01:00
Thiago Kenji Okada
408844e34a
libretro.beetle-pce: unstable-2024-09-06 -> unstable-2024-09-27 ( #345113 )
2024-09-28 18:26:47 +01:00
Thiago Kenji Okada
41dfe6e65a
libretro.mame: unstable-2024-09-15 -> unstable-2024-09-27 ( #345139 )
2024-09-28 18:26:19 +01:00
R. Ryantm
abcdf60206
libretro.atari800: unstable-2024-09-13 -> unstable-2024-09-24
2024-09-28 17:05:18 +00:00
R. Ryantm
73dbb57c57
libretro.fuse: unstable-2024-09-13 -> unstable-2024-09-20
2024-09-28 17:05:03 +00:00
R. Ryantm
72cfca7ca3
libretro.mame: unstable-2024-09-15 -> unstable-2024-09-27
2024-09-28 17:02:14 +00:00
R. Ryantm
3218b45acf
libretro.fbneo: unstable-2024-09-12 -> unstable-2024-09-26
2024-09-28 16:31:37 +00:00
R. Ryantm
dc533066a8
libretro.puae: unstable-2024-09-17 -> unstable-2024-09-25
2024-09-28 16:23:48 +00:00
R. Ryantm
fe37fae4d4
libretro.mame2003-plus: unstable-2024-09-09 -> unstable-2024-09-26
2024-09-28 15:04:42 +00:00
R. Ryantm
e2223038a3
libretro.ppsspp: unstable-2024-09-17 -> unstable-2024-09-28
2024-09-28 14:53:50 +00:00
Thiago Kenji Okada
33dced051a
retroarch-assets: 1.19.0-unstable-2024-08-08 -> 1.19.0-unstable-2024-09-22 ( #345090 )
2024-09-28 15:38:05 +01:00
Thiago Kenji Okada
5814d7f51b
libretro.beetle-pce-fast: unstable-2024-08-30 -> unstable-2024-09-20 ( #345100 )
2024-09-28 15:37:44 +01:00
Thiago Kenji Okada
031f7c16b3
libretro.snes9x: unstable-2024-09-15 -> unstable-2024-09-27 ( #345098 )
2024-09-28 15:37:19 +01:00
Thiago Kenji Okada
614c80080b
libretro.stella: unstable-2024-09-09 -> unstable-2024-09-26 ( #345097 )
2024-09-28 15:36:59 +01:00
Thiago Kenji Okada
40e18ff834
libretro.mgba: unstable-2024-02-28 -> unstable-2024-09-24 ( #345089 )
2024-09-28 15:36:39 +01:00
R. Ryantm
65265263b9
libretro.beetle-pce: unstable-2024-09-06 -> unstable-2024-09-27
2024-09-28 14:31:47 +00:00
R. Ryantm
b8d74244a6
libretro.beetle-pce-fast: unstable-2024-08-30 -> unstable-2024-09-20
2024-09-28 13:17:53 +00:00
R. Ryantm
584356a6d8
libretro.snes9x: unstable-2024-09-15 -> unstable-2024-09-27
2024-09-28 13:17:29 +00:00
R. Ryantm
ee7d1f4fc2
libretro.stella: unstable-2024-09-09 -> unstable-2024-09-26
2024-09-28 13:17:12 +00:00
R. Ryantm
899846d779
retroarch-assets: 1.19.0-unstable-2024-08-08 -> 1.19.0-unstable-2024-09-22
2024-09-28 12:37:22 +00:00
R. Ryantm
8c68fc5cc7
libretro.mgba: unstable-2024-02-28 -> unstable-2024-09-24
2024-09-28 12:33:26 +00:00
R. Ryantm
2b648fe412
libretro.play: unstable-2024-09-12 -> unstable-2024-09-23
2024-09-28 12:33:09 +00:00
Artturin
f0e657f3b1
Merge branch 'master' into staging-next
2024-09-25 06:05:01 +03: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
github-actions[bot]
9a6f63ebed
Merge master into staging-next
2024-09-23 18:04:34 +00:00
Pol Dellaiera
ba0b6c7a69
wine64Packages.{unstable,staging}: 9.17 -> 9.18 ( #343812 )
2024-09-23 16:29:55 +02:00
github-actions[bot]
3625d99bb2
Merge master into staging-next
2024-09-23 00:14:30 +00:00
Pol Dellaiera
f9d0bb0d6c
dynamips: migrate to pkgs/by-name, format with nixfmt-rfc-style ( #343777 )
2024-09-22 22:30:31 +02:00
Alexander V. Nikolaev
370458d7f1
wine64Packages.{unstable,staging}: 9.17 -> 9.18
2024-09-22 21:53:17 +03:00
Anthony ROUSSEL
020dfe613d
dynamips: migrate to pkgs/by-name, format with nixfmt-rfc-style
2024-09-22 20:25:27 +02:00
R. Ryantm
943017b09a
vbam: 2.1.10 -> 2.1.11
2024-09-21 22:56:26 +00:00
github-actions[bot]
1f0ce6a4e5
Merge staging-next into staging
2024-09-19 12:05:50 +00:00
Robert Schütz
801b8a218d
libmirage: improve meta.description
2024-09-18 14:39:39 -07:00
Robert Schütz
b798dd7d72
cdemu-daemon: add meta.mainProgram
2024-09-18 14:39:39 -07:00
Herwig Hochleitner
ed138e20f1
linuxPackages.vhba: 20240202 -> 20240917
2024-09-18 14:39:33 -07:00
Herwig Hochleitner
c8d155a277
cdemu-daemon: 3.2.6 -> 3.2.7
2024-09-18 14:39:26 -07:00
Herwig Hochleitner
4983e987c0
libmirage: 3.2.7 -> 3.2.9
2024-09-18 14:39:15 -07:00
github-actions[bot]
c6e4482b21
Merge staging-next into staging
2024-09-18 12:06:10 +00:00
Thiago Kenji Okada
294eb5975d
libretro.play: unstable-2024-09-04 -> unstable-2024-09-12 ( #342542 )
2024-09-18 10:48:47 +01:00
Thiago Kenji Okada
a44b83eb3f
libretro.beetle-psx-hw: unstable-2024-09-06 -> unstable-2024-09-16 ( #342550 )
2024-09-18 10:48:31 +01:00
Thiago Kenji Okada
16376d6fb5
libretro.snes9x: unstable-2024-09-05 -> unstable-2024-09-15 ( #342552 )
2024-09-18 10:48:15 +01:00
Thiago Kenji Okada
f1bf903f76
libretro.ppsspp: unstable-2024-09-06 -> unstable-2024-09-17 ( #342559 )
2024-09-18 10:47:55 +01:00
Thiago Kenji Okada
182c9ec019
libretro.mame2003-plus: unstable-2024-09-06 -> unstable-2024-09-09 ( #342561 )
2024-09-18 10:47:42 +01:00
Thiago Kenji Okada
490f62bb78
libretro.mame: unstable-2024-08-31 -> unstable-2024-09-15 ( #342575 )
2024-09-18 10:47:21 +01:00
Thiago Kenji Okada
1aba5e0b28
libretro.puae: unstable-2024-08-26 -> unstable-2024-09-17 ( #342577 )
2024-09-18 10:46:56 +01:00
Thiago Kenji Okada
052aab9a7d
libretro.fbneo: unstable-2024-09-03 -> unstable-2024-09-12 ( #342578 )
2024-09-18 10:46:39 +01:00
Thiago Kenji Okada
5ef76b5599
libretro.atari800: unstable-2024-09-06 -> unstable-2024-09-13 ( #342598 )
2024-09-18 10:46:21 +01:00
Thiago Kenji Okada
16dcbaab74
libretro.fuse: unstable-2024-06-28 -> unstable-2024-09-13 ( #342597 )
2024-09-18 10:45:55 +01:00
Thiago Kenji Okada
e72f19bf10
libretro.flycast: unstable-2024-08-30 -> unstable-2024-09-16 ( #342606 )
2024-09-18 10:45:40 +01:00
Thiago Kenji Okada
c10dfefb5d
libretro.genesis-plus-gx: unstable-2024-08-30 -> unstable-2024-09-15 ( #342610 )
2024-09-18 10:45:18 +01:00
Thiago Kenji Okada
1449ec6ddc
libretro.gambatte: unstable-2024-08-30 -> unstable-2024-09-06 ( #342614 )
2024-09-18 10:44:55 +01:00
R. Ryantm
7828fece75
libretro.dosbox-pure: unstable-2024-08-25 -> unstable-2024-09-16
2024-09-18 06:53:07 +00:00
Robert Schütz
4e1e27e537
Revert "cdemu: update packages ( #342549 )"
...
This reverts commit 366e562113
.
2024-09-18 05:10:56 +02:00
Herwig Hochleitner
366e562113
cdemu: update packages ( #342549 )
...
cdemu-daemon: 3.2.6 -> 3.2.7
libmirage: 3.2.7 -> 3.2.9
linuxPackages.vhba: 20240202 -> 20240917
2024-09-18 04:27:54 +02:00
github-actions[bot]
b638e02a58
Merge staging-next into staging
2024-09-18 00:13:59 +00:00
R. Ryantm
c6f1945457
libretro.gambatte: unstable-2024-08-30 -> unstable-2024-09-06
2024-09-17 19:16:06 +00:00
R. Ryantm
3f1f230019
libretro.genesis-plus-gx: unstable-2024-08-30 -> unstable-2024-09-15
2024-09-17 19:09:45 +00:00
R. Ryantm
bd015f96e8
libretro.flycast: unstable-2024-08-30 -> unstable-2024-09-16
2024-09-17 18:57:52 +00:00
Nick Cao
1f8ba3b991
libretro.prboom: unstable-2024-09-05 -> unstable-2024-09-07 ( #342551 )
2024-09-17 14:46:07 -04:00
R. Ryantm
8bb1ca3333
libretro.atari800: unstable-2024-09-06 -> unstable-2024-09-13
2024-09-17 17:57:12 +00:00
R. Ryantm
7a8fa7b8bb
libretro.fuse: unstable-2024-06-28 -> unstable-2024-09-13
2024-09-17 17:56:59 +00:00
R. Ryantm
4aa07243ab
libretro.fbneo: unstable-2024-09-03 -> unstable-2024-09-12
2024-09-17 16:26:11 +00:00
R. Ryantm
9842db6060
libretro.puae: unstable-2024-08-26 -> unstable-2024-09-17
2024-09-17 16:25:29 +00:00
R. Ryantm
719fa5936a
libretro.mame: unstable-2024-08-31 -> unstable-2024-09-15
2024-09-17 16:24:45 +00:00
R. Ryantm
db108f7491
libretro.mame2003-plus: unstable-2024-09-06 -> unstable-2024-09-09
2024-09-17 14:47:59 +00:00
R. Ryantm
cd8de4ffef
libretro.ppsspp: unstable-2024-09-06 -> unstable-2024-09-17
2024-09-17 14:47:51 +00:00
R. Ryantm
7c0167eb3e
libretro.stella: unstable-2024-09-01 -> unstable-2024-09-09
2024-09-17 14:02:05 +00:00
R. Ryantm
1ea5e7c109
libretro.prboom: unstable-2024-09-05 -> unstable-2024-09-07
2024-09-17 13:59:28 +00:00
R. Ryantm
90541763b0
libretro.beetle-psx-hw: unstable-2024-09-06 -> unstable-2024-09-16
2024-09-17 13:59:11 +00:00
R. Ryantm
0fd53bfad8
libretro.snes9x: unstable-2024-09-05 -> unstable-2024-09-15
2024-09-17 13:58:55 +00:00
R. Ryantm
681d8b224e
libretro.play: unstable-2024-09-04 -> unstable-2024-09-12
2024-09-17 13:28:56 +00:00
K900
b24e9a53ca
Merge remote-tracking branch 'origin/staging-next' into staging
2024-09-17 09:07:34 +03:00
Anderson Torres
f0e64ce16f
treewide: migrate packages maintained by AndersonTorres to by-name
...
Manual migration for the sake of by-name migration is no longer discouraged
since #340235 .
2024-09-16 14:26:47 -03:00
github-actions[bot]
6c321f0183
Merge staging-next into staging
2024-09-14 06:04:58 +00:00
John Chadwick
ff4d72793a
ruffle: nightly-2024-05-01 -> nightly-2024-09-12
2024-09-12 18:42:27 -04:00
K900
4e803e9656
Merge remote-tracking branch 'origin/staging-next' into staging
2024-09-12 07:00:07 +03:00
Artturin
350a470a54
wine64Packages{stable,staging,unstable}.minimal: enable MinGW on Darwin ( #329577 )
2024-09-12 00:00:27 +03:00
github-actions[bot]
e8bf28cd05
Merge staging-next into staging
2024-09-10 18:06:21 +00:00
R. Ryantm
584c1b910d
vbam: 2.1.9 -> 2.1.10
2024-09-09 15:59:35 +00:00
github-actions[bot]
6bb37a137e
Merge staging-next into staging
2024-09-09 12:06:25 +00:00
Pol Dellaiera
9f55393415
wine64Packages.{unstable,staging}: 9.16 -> 9.17 ( #340512 )
2024-09-09 10:35:57 +02:00
github-actions[bot]
5725a1eed6
Merge staging-next into staging
2024-09-08 18:04:33 +00:00
Artturin
47783b2a4f
darling: fix build ( #340323 )
2024-09-08 20:36:37 +03:00
Alexander V. Nikolaev
952c75756f
wine64Packages.{unstable,staging}: 9.16 -> 9.17
2024-09-08 16:00:09 +03:00
Emily
61922738bb
treewide: optimistically unpin FFmpeg 7 dependencies
...
Per the adjusted FFmpeg pinning advice, packages that work on the
default version should use the unversioned variants to ease the
migration to future versions and reduce the number of packages that
end up referencing old versions.
I have left HandBrake pinned as it builds a custom patched FFmpeg.
2024-09-07 20:31:41 +01:00
ghpzin
67876808fd
darling: fix build
...
- add patch from upstream commit fixing build error:
f46eb721c1
- add postPatch removing 500MB of dependency test files
to get under Hydra output limit
2024-09-07 18:15:31 +03:00
Thiago Kenji Okada
c8e1501f45
libretro.atari800: unstable-2024-07-25 -> unstable-2024-09-06 ( #340216 )
2024-09-07 10:49:40 +01:00
Thiago Kenji Okada
df5639039b
libretro.bsnes: unstable-2024-08-30 -> unstable-2024-09-06 ( #340219 )
2024-09-07 10:49:22 +01:00
Peder Bergebakken Sundt
6447c00605
dolphin-emu: 2407 -> 2409 ( #339762 )
2024-09-07 02:41:38 +02:00
R. Ryantm
09f50d0861
libretro.bsnes: unstable-2024-08-30 -> unstable-2024-09-06
2024-09-06 23:28:38 +00:00
R. Ryantm
2096346f85
libretro.atari800: unstable-2024-07-25 -> unstable-2024-09-06
2024-09-06 23:02:26 +00:00
Thiago Kenji Okada
17886d7024
libretro.mame: unstable-2024-08-29 -> unstable-2024-08-31 ( #340208 )
2024-09-07 00:01:31 +01:00
R. Ryantm
b85a2d9a0d
libretro.mame: unstable-2024-08-29 -> unstable-2024-08-31
2024-09-06 22:23:32 +00:00
Thiago Kenji Okada
1aced3ac23
libretro.fbneo: unstable-2024-08-29 -> unstable-2024-09-03 ( #340200 )
2024-09-06 23:04:03 +01:00
R. Ryantm
372a103332
libretro.fbneo: unstable-2024-08-29 -> unstable-2024-09-03
2024-09-06 21:47:50 +00:00
Thiago Kenji Okada
5d3899f61c
libretro.ppsspp: unstable-2024-08-27 -> unstable-2024-09-06 ( #340096 )
2024-09-06 20:05:50 +01:00
Thiago Kenji Okada
64ac95c656
libretro.mame2003-plus: unstable-2024-08-28 -> unstable-2024-09-06 ( #340094 )
2024-09-06 20:05:32 +01:00
Nick Cao
6282845601
libretro.mame2003: unstable-2024-08-22 -> unstable-2024-09-04 ( #340071 )
2024-09-06 15:05:08 -04:00
Thiago Kenji Okada
21f36252e6
libretro.beetle-supergrafx: unstable-2024-08-30 -> unstable-2024-09-06 ( #340070 )
2024-09-06 20:04:54 +01:00
Thiago Kenji Okada
baedec507c
libretro.beetle-pce: unstable-2024-08-30 -> unstable-2024-09-06 ( #340068 )
2024-09-06 20:04:29 +01:00
Thiago Kenji Okada
c3e4ca9d90
libretro.stella: unstable-2024-08-29 -> unstable-2024-09-01 ( #340061 )
2024-09-06 20:04:04 +01:00
Thiago Kenji Okada
eaf40d3115
libretro.pcsx-rearmed: unstable-2024-08-22 -> unstable-2024-09-03 ( #340058 )
2024-09-06 20:03:44 +01:00
Thiago Kenji Okada
510d995f82
libretro.beetle-psx-hw: unstable-2024-08-30 -> unstable-2024-09-06 ( #340057 )
2024-09-06 20:03:02 +01:00
Thiago Kenji Okada
8f960a56a6
libretro.snes9x: unstable-2024-08-10 -> unstable-2024-09-05 ( #340056 )
2024-09-06 20:02:26 +01:00
Thiago Kenji Okada
4f0e96724e
libretro.picodrive: unstable-2024-08-09 -> unstable-2024-09-06 ( #340053 )
2024-09-06 20:01:44 +01:00
Thiago Kenji Okada
7667fc815d
libretro.prboom: unstable-2024-06-28 -> unstable-2024-09-05 ( #340052 )
2024-09-06 20:01:13 +01:00
R. Ryantm
3699871b13
libretro.ppsspp: unstable-2024-08-27 -> unstable-2024-09-06
2024-09-06 13:34:39 +00:00
R. Ryantm
c44c8cc41e
libretro.mame2003-plus: unstable-2024-08-28 -> unstable-2024-09-06
2024-09-06 13:33:39 +00:00
R. Ryantm
48ded1ab4a
libretro.mame2003: unstable-2024-08-22 -> unstable-2024-09-04
2024-09-06 12:11:30 +00:00
R. Ryantm
5915cd2946
libretro.beetle-supergrafx: unstable-2024-08-30 -> unstable-2024-09-06
2024-09-06 12:11:20 +00:00
R. Ryantm
5fcec147ac
libretro.beetle-pce: unstable-2024-08-30 -> unstable-2024-09-06
2024-09-06 12:10:32 +00:00
R. Ryantm
60d76da42f
libretro.stella: unstable-2024-08-29 -> unstable-2024-09-01
2024-09-06 11:27:46 +00:00
R. Ryantm
212c5aaea7
libretro.pcsx-rearmed: unstable-2024-08-22 -> unstable-2024-09-03
2024-09-06 11:20:42 +00:00
R. Ryantm
c8be21a916
libretro.beetle-psx-hw: unstable-2024-08-30 -> unstable-2024-09-06
2024-09-06 11:18:38 +00:00
R. Ryantm
3158f89e11
libretro.snes9x: unstable-2024-08-10 -> unstable-2024-09-05
2024-09-06 11:18:34 +00:00
R. Ryantm
238b88fc75
libretro.picodrive: unstable-2024-08-09 -> unstable-2024-09-06
2024-09-06 11:13:40 +00:00
R. Ryantm
abbeda0e18
libretro.prboom: unstable-2024-06-28 -> unstable-2024-09-05
2024-09-06 11:05:10 +00:00
R. Ryantm
992ceeceda
libretro.play: unstable-2024-08-27 -> unstable-2024-09-04
2024-09-06 10:59:01 +00:00
Peder Bergebakken Sundt
288c1b49af
dolphin-emu: 2407 -> 2409
...
Diff: https://github.com/dolphin-emu/dolphin/compare/refs/tags/2407...2409
2024-09-05 15:15:11 +02:00
R. Ryantm
c1b6f37da1
_86Box-with-roms: 4.2 -> 4.2.1
2024-09-03 10:00:19 +00:00
R. Ryantm
34e0a7d26d
mame: 0.268 -> 0.269
2024-09-02 11:36:09 +00:00
Nick Cao
26e0095b91
libretro.mame2003-plus: unstable-2024-08-24 -> unstable-2024-08-28 ( #338483 )
2024-08-31 09:48:30 -04:00
Thiago Kenji Okada
7ce5b89195
libretro.gambatte: unstable-2024-08-23 -> unstable-2024-08-30 ( #338495 )
2024-08-31 14:19:08 +01:00
Thiago Kenji Okada
e152b60157
libretro.genesis-plus-gx: unstable-2024-08-23 -> unstable-2024-08-30 ( #338494 )
2024-08-31 14:18:49 +01:00
Thiago Kenji Okada
0389b7f0d3
libretro.flycast: unstable-2024-08-24 -> unstable-2024-08-30 ( #338493 )
2024-08-31 14:18:21 +01:00
Thiago Kenji Okada
319aebf0ba
libretro.mame: unstable-2024-08-19 -> unstable-2024-08-29 ( #338492 )
2024-08-31 14:18:06 +01:00
Thiago Kenji Okada
2bd0f1b031
libretro.bsnes: unstable-2024-08-23 -> unstable-2024-08-30 ( #338491 )
2024-08-31 14:17:53 +01:00
Thiago Kenji Okada
77a7c7fb1d
libretro.fbneo: unstable-2024-08-21 -> unstable-2024-08-29 ( #338488 )
2024-08-31 14:17:39 +01:00
Thiago Kenji Okada
59bd6fdb6c
libretro.puae: unstable-2024-05-25 -> unstable-2024-08-26 ( #338487 )
2024-08-31 14:17:26 +01:00
Thiago Kenji Okada
44400064d0
libretro.ppsspp: unstable-2024-08-24 -> unstable-2024-08-27 ( #338484 )
2024-08-31 14:17:14 +01:00
Thiago Kenji Okada
611c25135d
libretro.beetle-supergrafx: unstable-2024-08-23 -> unstable-2024-08-30 ( #338482 )
2024-08-31 14:16:50 +01:00
Thiago Kenji Okada
7f003f1032
libretro.beetle-pce: unstable-2024-08-23 -> unstable-2024-08-30 ( #338479 )
2024-08-31 14:16:37 +01:00
Thiago Kenji Okada
993f396e3e
libretro.beetle-pce-fast: unstable-2024-08-16 -> unstable-2024-08-30 ( #338478 )
2024-08-31 14:16:23 +01:00
Thiago Kenji Okada
4ed1739fb6
libretro.beetle-psx-hw: unstable-2024-08-23 -> unstable-2024-08-30 ( #338477 )
2024-08-31 14:15:06 +01:00
Thiago Kenji Okada
e3622dc4e0
libretro.stella: unstable-2024-08-24 -> unstable-2024-08-29 ( #338476 )
2024-08-31 14:14:49 +01:00
Thiago Kenji Okada
d29cd1c1e3
libretro.play: unstable-2024-08-23 -> unstable-2024-08-27 ( #338472 )
2024-08-31 14:14:33 +01:00
R. Ryantm
c5d2b7f3aa
libretro.gambatte: unstable-2024-08-23 -> unstable-2024-08-30
2024-08-30 23:01:11 +00:00
R. Ryantm
e1bb9190ce
libretro.genesis-plus-gx: unstable-2024-08-23 -> unstable-2024-08-30
2024-08-30 22:56:20 +00:00
R. Ryantm
b1a103a735
libretro.flycast: unstable-2024-08-24 -> unstable-2024-08-30
2024-08-30 22:45:23 +00:00
R. Ryantm
f1c6bcb13e
libretro.mame: unstable-2024-08-19 -> unstable-2024-08-29
2024-08-30 22:42:41 +00:00
R. Ryantm
2cc23208df
libretro.bsnes: unstable-2024-08-23 -> unstable-2024-08-30
2024-08-30 22:42:14 +00:00
R. Ryantm
a24712b074
libretro.fbneo: unstable-2024-08-21 -> unstable-2024-08-29
2024-08-30 22:08:30 +00:00
R. Ryantm
3cfd7b6e5a
libretro.puae: unstable-2024-05-25 -> unstable-2024-08-26
2024-08-30 22:00:49 +00:00
R. Ryantm
a11aec5ce0
libretro.ppsspp: unstable-2024-08-24 -> unstable-2024-08-27
2024-08-30 21:45:16 +00:00
R. Ryantm
ac01ad7021
libretro.mame2003-plus: unstable-2024-08-24 -> unstable-2024-08-28
2024-08-30 21:44:20 +00:00
R. Ryantm
4f38044f40
libretro.beetle-supergrafx: unstable-2024-08-23 -> unstable-2024-08-30
2024-08-30 21:37:54 +00:00
R. Ryantm
665fed3145
libretro.beetle-pce: unstable-2024-08-23 -> unstable-2024-08-30
2024-08-30 21:22:49 +00:00
R. Ryantm
015a3a1b2d
libretro.beetle-pce-fast: unstable-2024-08-16 -> unstable-2024-08-30
2024-08-30 21:22:05 +00:00
R. Ryantm
0416a21d6a
libretro.stella: unstable-2024-08-24 -> unstable-2024-08-29
2024-08-30 21:21:02 +00:00
R. Ryantm
21d6b60db9
libretro.beetle-psx-hw: unstable-2024-08-23 -> unstable-2024-08-30
2024-08-30 21:20:47 +00:00
R. Ryantm
260fd2f535
libretro.play: unstable-2024-08-23 -> unstable-2024-08-27
2024-08-30 21:03:44 +00:00
github-actions[bot]
59b57346d9
Merge master into staging-next
2024-08-28 18:04:19 +00:00
Thiago Kenji Okada
2c386cff7b
retroarch: add README.md ( #337917 )
2024-08-28 14:12:50 +01:00
Thiago Kenji Okada
5ce85be993
retroarch: add README.md
2024-08-28 13:23:26 +01:00
github-actions[bot]
42531ffc56
Merge master into staging-next
2024-08-28 12:05:25 +00:00
Rémi NICOLE
5325e93151
_86Box: 4.1.1 -> 4.2 ( #337701 )
2024-08-28 09:37:40 +00:00
github-actions[bot]
903fa485a4
Merge master into staging-next
2024-08-27 18:04:19 +00:00
Cosima Neidahl
27285241da
box64: 0.2.8 -> 0.3.0 ( #326034 )
2024-08-27 16:34:12 +02:00
Matteo Pacini
c50450ab84
_86Box: 4.1.1 -> 4.2
2024-08-27 13:28:20 +01:00
github-actions[bot]
0629545b27
Merge master into staging-next
2024-08-27 00:13:08 +00:00
Martin Weinelt
9c50de8b57
tree-wide: remove eelco as maintainer from things he no longer maintains ( #336287 )
2024-08-26 20:39:56 +02:00
github-actions[bot]
42a36f336d
Merge master into staging-next
2024-08-25 18:03:42 +00:00
Thiago Kenji Okada
4e2bfbe15a
Merge pull request #337172 from r-ryantm/auto-update/libretro.play
...
libretro.play: unstable-2024-08-16 -> unstable-2024-08-23
2024-08-25 13:35:37 +01:00
Thiago Kenji Okada
cff07b10a6
Merge pull request #337173 from r-ryantm/auto-update/libretro.mupen64plus
...
libretro.mupen64plus: unstable-2024-08-13 -> unstable-2024-08-21
2024-08-25 13:35:28 +01:00
Thiago Kenji Okada
6959a11bb1
Merge pull request #337176 from r-ryantm/auto-update/libretro.pcsx-rearmed
...
libretro.pcsx-rearmed: unstable-2024-08-16 -> unstable-2024-08-22
2024-08-25 13:35:18 +01:00
Thiago Kenji Okada
7f213d6a75
Merge pull request #337177 from r-ryantm/auto-update/libretro.stella
...
libretro.stella: unstable-2024-08-16 -> unstable-2024-08-24
2024-08-25 13:34:53 +01:00
Thiago Kenji Okada
381fd816bc
Merge pull request #337178 from r-ryantm/auto-update/libretro.beetle-psx-hw
...
libretro.beetle-psx-hw: unstable-2024-08-16 -> unstable-2024-08-23
2024-08-25 13:34:40 +01:00
Thiago Kenji Okada
5070cd6718
Merge pull request #337179 from r-ryantm/auto-update/libretro.beetle-pce
...
libretro.beetle-pce: unstable-2024-08-09 -> unstable-2024-08-23
2024-08-25 13:34:28 +01:00
Thiago Kenji Okada
419f41a7a3
Merge pull request #337183 from r-ryantm/auto-update/libretro.mame2003-plus
...
libretro.mame2003-plus: unstable-2024-08-18 -> unstable-2024-08-24
2024-08-25 13:34:16 +01:00
Thiago Kenji Okada
3f5bc4df3d
Merge pull request #337182 from r-ryantm/auto-update/libretro.ppsspp
...
libretro.ppsspp: unstable-2024-08-15 -> unstable-2024-08-24
2024-08-25 13:34:05 +01:00
Thiago Kenji Okada
c586c06d87
Merge pull request #337184 from r-ryantm/auto-update/libretro.mame2003
...
libretro.mame2003: unstable-2024-08-18 -> unstable-2024-08-22
2024-08-25 13:33:54 +01:00
Thiago Kenji Okada
3b51701397
Merge pull request #337185 from r-ryantm/auto-update/libretro.beetle-supergrafx
...
libretro.beetle-supergrafx: unstable-2024-08-16 -> unstable-2024-08-23
2024-08-25 13:33:41 +01:00
Thiago Kenji Okada
c0acce0b7c
Merge pull request #337188 from r-ryantm/auto-update/libretro.gpsp
...
libretro.gpsp: unstable-2024-07-20 -> unstable-2024-08-24
2024-08-25 13:33:28 +01:00
Thiago Kenji Okada
9df5d8d0bf
Merge pull request #337190 from r-ryantm/auto-update/libretro.fbneo
...
libretro.fbneo: unstable-2024-08-17 -> unstable-2024-08-21
2024-08-25 13:33:15 +01:00
Thiago Kenji Okada
ae21f6aa1a
Merge pull request #337193 from r-ryantm/auto-update/libretro.mame
...
libretro.mame: unstable-2024-08-04 -> unstable-2024-08-19
2024-08-25 13:33:01 +01:00
Thiago Kenji Okada
d3e0a0f19d
Merge pull request #337194 from r-ryantm/auto-update/libretro.bsnes
...
libretro.bsnes: unstable-2024-08-16 -> unstable-2024-08-23
2024-08-25 13:32:48 +01:00
Thiago Kenji Okada
159e4f0630
Merge pull request #337196 from r-ryantm/auto-update/libretro.flycast
...
libretro.flycast: unstable-2024-08-17 -> unstable-2024-08-24
2024-08-25 13:32:33 +01:00
Thiago Kenji Okada
4a3d310577
Merge pull request #337197 from r-ryantm/auto-update/libretro.genesis-plus-gx
...
libretro.genesis-plus-gx: unstable-2024-08-16 -> unstable-2024-08-23
2024-08-25 13:32:21 +01:00
Thiago Kenji Okada
33641ab471
Merge pull request #337198 from r-ryantm/auto-update/libretro.gambatte
...
libretro.gambatte: unstable-2024-08-16 -> unstable-2024-08-23
2024-08-25 13:32:05 +01:00
Thiago Kenji Okada
080cf17b36
Merge pull request #337200 from r-ryantm/auto-update/libretro.dosbox-pure
...
libretro.dosbox-pure: unstable-2024-08-16 -> unstable-2024-08-25
2024-08-25 13:31:52 +01:00
K900
b76567c281
Merge remote-tracking branch 'origin/master' into staging-next
2024-08-25 15:20:44 +03:00
R. Ryantm
7f26e33e24
libretro.dosbox-pure: unstable-2024-08-16 -> unstable-2024-08-25
2024-08-25 08:42:33 +00:00
R. Ryantm
2ee0fa7be9
libretro.gambatte: unstable-2024-08-16 -> unstable-2024-08-23
2024-08-25 08:39:19 +00:00
R. Ryantm
df96f2be9b
libretro.genesis-plus-gx: unstable-2024-08-16 -> unstable-2024-08-23
2024-08-25 08:33:46 +00:00
R. Ryantm
1e96854500
libretro.flycast: unstable-2024-08-17 -> unstable-2024-08-24
2024-08-25 08:23:39 +00:00
R. Ryantm
b6d0e54ce9
libretro.bsnes: unstable-2024-08-16 -> unstable-2024-08-23
2024-08-25 08:20:59 +00:00
R. Ryantm
6aa9dbe9f1
libretro.mame: unstable-2024-08-04 -> unstable-2024-08-19
2024-08-25 08:18:35 +00:00
R. Ryantm
3fc0807dd4
libretro.fbneo: unstable-2024-08-17 -> unstable-2024-08-21
2024-08-25 07:41:38 +00:00
R. Ryantm
4de1e0f595
libretro.gpsp: unstable-2024-07-20 -> unstable-2024-08-24
2024-08-25 07:26:27 +00:00
R. Ryantm
2ec36ad9d4
libretro.beetle-supergrafx: unstable-2024-08-16 -> unstable-2024-08-23
2024-08-25 07:09:07 +00:00
R. Ryantm
b1ae15cfae
libretro.mame2003: unstable-2024-08-18 -> unstable-2024-08-22
2024-08-25 07:08:58 +00:00
R. Ryantm
f273218e4b
libretro.mame2003-plus: unstable-2024-08-18 -> unstable-2024-08-24
2024-08-25 07:08:52 +00:00
R. Ryantm
0cb13e7966
libretro.ppsspp: unstable-2024-08-15 -> unstable-2024-08-24
2024-08-25 07:08:49 +00:00
R. Ryantm
5c80024baf
libretro.beetle-pce: unstable-2024-08-09 -> unstable-2024-08-23
2024-08-25 06:33:41 +00:00
R. Ryantm
f03c3d994e
libretro.stella: unstable-2024-08-16 -> unstable-2024-08-24
2024-08-25 06:31:29 +00:00
R. Ryantm
a9707c2b0a
libretro.pcsx-rearmed: unstable-2024-08-16 -> unstable-2024-08-22
2024-08-25 06:31:12 +00:00
R. Ryantm
3817ab6427
libretro.beetle-psx-hw: unstable-2024-08-16 -> unstable-2024-08-23
2024-08-25 06:30:54 +00:00
R. Ryantm
053b00b563
libretro.mupen64plus: unstable-2024-08-13 -> unstable-2024-08-21
2024-08-25 06:16:28 +00:00
R. Ryantm
a25f25f752
libretro.play: unstable-2024-08-16 -> unstable-2024-08-23
2024-08-25 06:10:49 +00:00
R. Ryantm
448c32f75a
wine-staging: 9.15 -> 9.16
2024-08-25 03:42:54 +00:00
github-actions[bot]
69716c980f
Merge staging-next into staging
2024-08-22 10:21:47 +00:00
K900
5c68540f8b
Merge remote-tracking branch 'origin/staging-next' into staging
2024-08-22 13:20:38 +03:00
Masum Reza
1c3e50da10
Merge pull request #335384 from matteo-pacini/86box-aarch64-darwin
...
_86Box: darwin support, add maintainer, derivation cleanup (`with lib;` and RFC format)
2024-08-22 12:14:31 +05:30
Emily
b152577c1d
Merge pull request #336185 from emilazy/push-lwmqkkpwootu
...
pcsxr: drop
2024-08-21 15:15:05 +01:00
Jade Lovelace
5dfdb09561
tree-wide: remove eelco as maintainer from things he no longer maintains
...
While preparing this change, I read the git blame on all of the files I
touched. I saw a working lifetime of building this system which we use
every day and love dearly and keep maintained ourselves. I saw commits
from a 14 year range between 2003 to 2017!! I could not be more thankful
for Eelco's work on building large parts of the foundation of nixpkgs
that all of us rely on now.
However, the end date of that range of the files I looked at the blame
on was 2017. I did not see surviving code from any newer date than that.
Looking at the Git logs, Eelco has been working on other things, and
that's totally fine.
However, it means that our maintenance metadata is out of date on a lot
of packages, and *that*'s the reason I am submitting this change. There
are a lot of packages that don't have anyone with their name on them to
be pinged if they need attention, even if they have had recent activity
(although it is never clear if recent activity was just someone fixing
it because ZHF or because the package actually matters to them).
There are a lot of packages with storied history that maybe don't need
to be in the set anymore at all since they have not been touched in
years; or maybe they are simply finished.
Empty maintainer lists should be a sign that we need to figure out who
maintains it or potentially remove it if it has rotted, and allowing the
maintainer list to be empty if it is already not maintained is part of a
healthy repository ecology.
Either way, I would like to have the maintenance metadata not mislead
anyone into sending Eelco emails about packages he doesn't, in practice,
work on anymore. I have not removed his name from everything; there are
some things that he is the upstream for or has worked on more recently,
for instance, like Nix, which I have left alone.
2024-08-21 01:17:45 -07:00
Emily
f774a27020
retroarch: unpin FFmpeg 4
...
FFmpeg 7 support was added in 1.19.0; see
<https://github.com/libretro/RetroArch/pull/16499 >.
2024-08-21 00:26:04 +01:00
Emily
ae7c68f0fc
pcsxr: drop
...
Long‐dead upstream (completely vanished, in fact), using a release
from 2013, barely surviving on a huge pile of Debian patches and
drive‐by fixes. Even the Debian patch set in our package here is
out of date. The `meta.homepage` was updated to point to a GitHub
repository with commits from as recently as 5½ years ago, but that
appears to be a separate fork from another developer, and we never
actually shipped it.
The last time this package was substantially touched was by @vs49688,
who heroically took the time to patch it to update it from FFmpeg
2(!) to FFmpeg 4 as part of a tree‐wide sweep almost three years
ago. Now that I’m dealing with FFmpeg 4, it would need patching
again, and I really don’t feel like it.
I considered simply dropping the FFmpeg dependency by disabling
compressed CDDA support, but it’s just not worth it to keep
this package alive. The state of PlayStation emulation has improved
dramatically from when this fork was current. DuckStation and Mednafen
are both better options for the majority of people. The PCSX Reloaded
code lives on as PCSX ReARMed, which we package as a libretro core,
but not as a standalone emulator. I would encourage anyone who has
reason to want a packaged PCSX fork to package the standalone version
of PCSX ReARMed from <https://github.com/notaz/pcsx_rearmed >. You
can tag me for review if you’d like.
2024-08-20 23:41:26 +01:00
Sergei Trofimovich
124392093c
wine64Packages.wayland: add missing wayland-scanner
build input
...
Without the change the build fails on `staging` as:
wine64-wayland> checking for wayland-scanner... Package wayland-scanner was not found in the pkg-config search path.
wine64-wayland> Perhaps you should add the directory containing `wayland-scanner.pc'
wine64-wayland> to the PKG_CONFIG_PATH environment variable
wine64-wayland> No package 'wayland-scanner' found
wine64-wayland> no
...
wine64-wayland> configure: error: Wayland 64-bit development files not found or not new enough, the Wayland driver won't be supported.
wine64-wayland> This is an error since --with-wayland was requested.
2024-08-20 06:58:25 +01:00
Thiago Kenji Okada
533571da85
Merge pull request #335574 from r-ryantm/auto-update/libretro.flycast
...
libretro.flycast: unstable-2024-07-29 -> unstable-2024-08-17
2024-08-18 20:45:01 +01:00
Thiago Kenji Okada
5b0135b6e5
Merge pull request #335568 from r-ryantm/auto-update/libretro.ppsspp
...
libretro.ppsspp: unstable-2024-08-09 -> unstable-2024-08-15
2024-08-18 20:43:53 +01:00
Thiago Kenji Okada
3f6e6d5c7b
Merge pull request #335557 from r-ryantm/auto-update/libretro.stella
...
libretro.stella: unstable-2024-08-10 -> unstable-2024-08-16
2024-08-18 20:43:26 +01:00
Thiago Kenji Okada
2e17c2dbf3
Merge pull request #335541 from r-ryantm/auto-update/libretro.play
...
libretro.play: unstable-2024-08-09 -> unstable-2024-08-16
2024-08-18 20:43:07 +01:00
Nick Cao
10dce5ccb4
Merge pull request #335567 from r-ryantm/auto-update/libretro.mame2003-plus
...
libretro.mame2003-plus: unstable-2024-08-08 -> unstable-2024-08-18
2024-08-18 09:32:43 -04:00
Nick Cao
dd3a576edd
Merge pull request #335570 from r-ryantm/auto-update/libretro.fbneo
...
libretro.fbneo: unstable-2024-08-09 -> unstable-2024-08-17
2024-08-18 09:32:10 -04:00
Nick Cao
53e268250f
Merge pull request #335587 from r-ryantm/auto-update/libretro.dosbox-pure
...
libretro.dosbox-pure: unstable-2024-08-10 -> unstable-2024-08-16
2024-08-18 09:31:27 -04:00
Nick Cao
f199f133cd
Merge pull request #335586 from r-ryantm/auto-update/libretro.gambatte
...
libretro.gambatte: unstable-2024-08-09 -> unstable-2024-08-16
2024-08-18 09:29:36 -04:00
Nick Cao
9cbf3e5f3c
Merge pull request #335577 from r-ryantm/auto-update/libretro.genesis-plus-gx
...
libretro.genesis-plus-gx: unstable-2024-08-09 -> unstable-2024-08-16
2024-08-18 09:28:42 -04:00