Commit Graph

2559 Commits

Author SHA1 Message Date
Ryan Burns
a67e90c492
wibo: 0.4.2 -> 0.6.14 (#291723) 2024-11-10 13:28:04 -08:00
Aleksana
1610766506
dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt (#350053) 2024-11-10 12:36:37 +08:00
Ryan Burns
bbdf7817f8 wibo: 0.4.2 -> 0.6.14 2024-11-09 14:49:16 -08:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Olivér Falvai
94f930a196
tamatool: format with nixpkgs-rfc-style 2024-11-06 10:35:32 +01:00
Olivér Falvai
f0bc0bd3f8
tamatool: fix darwin builds 2024-11-06 10:35:32 +01:00
Aleksana
5ad8bdff11
treewide: update own packages to the new apple-sdk pattern (#352719) 2024-11-05 19:58:31 +08:00
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