Commit Graph

2540 Commits

Author SHA1 Message Date
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
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