Commit Graph

154 Commits

Author SHA1 Message Date
Rick van Schijndel
433701147a
treewide: pkgs/applications: mark broken for aarch64-linux 2022-05-30 13:42:58 +02:00
Rick van Schijndel
37c633f7ae treewide: pkgs/applications: mark broken for darwin 2022-05-29 10:56:04 +02:00
Rick van Schijndel
d898e26892 bsnes-hd: mark broken on x86_64-darwin 2022-05-29 10:56:03 +02:00
Bobby Rong
a849e2c89e
Merge pull request #174158 from xfix/dolphin-5.0-16380
dolphin-emu-beta: 5.0-16101 -> 5.0-16380
2022-05-28 19:11:22 +08:00
Rick van Schijndel
d8b2ee9168
Merge pull request #174251 from xfix/dolphin-emu-beta-aarch64
dolphin-emu-beta: mark as compatible with aarch64
2022-05-27 16:23:06 +02:00
Peter Hoeg
12f36a7cff tree-wide: SDL may not have a .dev 2022-05-27 08:09:56 +08:00
Sandro
b9c9593a88
Merge pull request #173304 from IvarWithoutBones/bump/dotnetmodule 2022-05-26 00:26:18 +02:00
Sandro
70dcb108ff
Merge pull request #173999 from trofi/fix-fno-common-for-mupen64plus
mupen64plus: pull upstream fix for -fno-common toolchains
2022-05-25 00:33:17 +02:00
Sandro
b732baf859
Merge pull request #174037 from trofi/workaround-fno-common-for-pcsxr
pcsxr: add -fcommon workaround
2022-05-25 00:32:00 +02:00
Konrad Borowski
c888cdbcca dolphin-emu-beta: mark as compatible with aarch64
While aarch64-darwin is officially supported by upstream,
Darwin build is still broken.
2022-05-24 10:22:58 +02:00
Janne Heß
3673f148b3
Merge remote-tracking branch 'origin/staging-next'
* origin/staging-next: (62 commits)
  Re-Revert "lua: fix on darwin by using makeBinaryWrapper (#172749)"
  openldap: fix cross-compilation
  makeBinaryWrapper: fix codesign on aarch64-darwin
  python3Packages.ldap: fix linking with openldap 2.5+
  Revert "lua: fix on darwin by using makeBinaryWrapper (#172749)"
  wine: enable parallel build again
  pkgsi686Linux.gdb: fix formatting for 32-bit systems
  gtk4: Fix incorrect merge
  nixos/openldap: use upstream unit defaults
  openldap: update maintainers
  openldap: 2.4.58 -> 2.6.2
  Revert "Add mingwW64-llvm cross-system."
  lua: fix on darwin by using makeBinaryWrapper (#172749)
  python310Packages.python-mimeparse: execute tests
  pandas: fix darwin build
  gtk3: 3.24.33 -> 3.24.33-2022-03-11
  gtk4: patch fixing g-c-c crashes
  e2fsprogs: patch for CVE-2022-1304
  firefox-unwrapped: fix cross compilation
  rustc: expose correct llvmPackages for cross compile
  ...
2022-05-23 19:56:59 +02:00
Konrad Borowski
94d38b8321 dolphin-emu-beta: 5.0-16101 -> 5.0-16380 2022-05-23 19:56:22 +02:00
Ivv
608d595855
Merge pull request #173116 from mdarocha/dotnet-6-update
dotnet-sdk: 6.0.202 -> 6.0.300
2022-05-23 17:43:41 +02:00
mdarocha
5241fbb00c ryujinx: update dependencies, update updater.sh script
- allow updating only dependencies with --deps-only falg
2022-05-23 17:09:28 +02:00
Ivv
51ba3f1ac9
Merge pull request #173433 from kira64xyz/citra
citra: rename to citra-nightly, init citra-canary
2022-05-23 16:59:45 +02:00
Florian Brandes
ba114c4465
box64: init at 0.1.8
Co-authored-by: Robert Schütz <github@dotlambda.de>
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-05-23 08:13:41 +02:00
Sergei Trofimovich
1572de8d20 pcsxr: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: AboutDlg.o:/build/pcsxr/gui/Linux.h:42: multiple definition of `cfgfile';
      LnxMain.o:/build/pcsxr/gui/Linux.h:42: first defined here
2022-05-22 20:36:01 +01:00
Sergei Trofimovich
1e42f67d82 mupen64plus: pull upstream fix for -fno-common toolchains
Without the change build fails on upstream gcc-10 as:

    ld: _obj/device/r4300/x86_64/dynarec.o (symbol from plugin): in function `dyna_jump': (.text+0x0):
      multiple definition of `g_r4300_opcodes'; _obj/device/r4300/cached_interp.o (symbol from plugin):(.text+0x0): first defined here
2022-05-22 15:18:43 +01:00
Stefan Frijters
30aeecfc6f
wine: enable parallel build again
The issue with dlltool was fixed in 4b0f59afcc.
2022-05-22 13:31:16 +02:00
OPNA2608
cbd645f4ac np2kai: Fix Darwin build 2022-05-21 01:32:40 +02:00
Ashley Chiara
4dd8c9218e citra: rename to citra-nightly, init citra-canary
Bump citra-nightly to a stable release, 2021-11-01 -> 1765
Also adds another branch, citra-canary, at version 2146

This also enables fetching the in-app compatibility list.
2022-05-19 22:03:50 +02:00
Sandro
3804b963c8
Merge pull request #173607 from SuperSamus/bsnes-gtk
bsnes-hd: use gtk3
2022-05-19 20:03:22 +02:00
Martino Fontana
563a0d0a8c bsnes-hd: use gtk3 2022-05-19 13:41:04 +02:00
Martino Fontana
8038d830fa ares: 127 -> 128 2022-05-19 11:37:10 +02:00
Ivar Scholten
578589e1da treewide: remove unneeded dotnet SDK version pins
These derivations use buildDotnetModule, which has had its default
dotnet version changed recently. This patch removes redundantly setting
the SDK/runtime to version 6.
2022-05-16 21:39:47 +02:00
Christoph Hrdinka
4e4e295f76
Merge pull request #173011 from hrdinka/retrofe
retrofe: 0.6.169 -> 0.10.31
2022-05-15 11:07:26 +02:00
Ivv
1bae25ac65
Merge pull request #171310 from IvarWithoutBones/fix/dotnetmodule-flags
buildDotnetModule drvs: fix flags
2022-05-14 23:15:25 +02:00
7c6f434c
561813c4da
Merge pull request #170943 from SFrijters/wine-7.7
wine{Unstable,Staging}: 7.4 -> 7.8; winetricks: 20210825 -> 20220411
2022-05-14 14:54:22 +00:00
Christoph Hrdinka
3469265101
retrofe: 0.6.169 -> 0.10.31
Update to newest version and new repo/website location.
2022-05-14 13:56:11 +02:00
Stefan Frijters
74e705c3df
wine: Disable parallel building until dlltool is fixed 2022-05-13 12:57:15 +02:00
Ashley Chiara
59a91ce153 yuzu-{ea,mainline}: {2690,992} -> {2725,1014}
replace non-free CC BY-ND 3.0 icons with free ones

remove compat-list.json and pull from internet archive instead
2022-05-12 22:35:55 +02:00
ajs124
6936329cf2
Merge pull request #164741 from SuperSamus/pcsx2
pcsx2: 1.7.2105 -> 1.7.2731, support Vulkan
2022-05-11 09:40:16 +01:00
Anderson Torres
ec4e18bfb8
Merge pull request #172276 from AndersonTorres/MISC
Misc
2022-05-11 00:54:24 -03:00
Artturi
2ccaa6b4cb
Merge pull request #172219 from Madouura/dev/ares
ares: 126 -> 127
2022-05-11 03:48:21 +03:00
Martino Fontana
e0cd2c540a pcsx2: 1.7.2105 -> 1.7.2731, support Vulkan 2022-05-10 22:23:50 +02:00
AndersonTorres
18d7643c9d dgen-sdl: fixup meta.homepage 2022-05-10 07:47:50 -03:00
Madoura
c36d585e14
ares: 126 -> 127 2022-05-09 12:05:23 -05:00
Gaelan Steele
ac564365d4 emulationstation: pin boost 1.69
Anything later causes build failures.
2022-05-09 14:00:34 +00:00
Anderson Torres
f8a27ed69a
Merge pull request #171955 from SuperSamus/emu-cubeb
{citra,duckstation}: fix Cubeb under SDL interface
2022-05-07 17:50:36 -03:00
Martino Fontana
a62444153e duckstation: fix Cubeb under SDL interface
https://github.com/NixOS/nixpkgs/issues/171173
2022-05-07 16:27:51 +02:00
Martino Fontana
7699ee4326 citra: fix Cubeb under SDL interface
https://github.com/NixOS/nixpkgs/issues/171173
2022-05-07 16:27:23 +02:00
Stefan Frijters
416f2c1af6
wine{Unstable,Staging}: 7.7 -> 7.8 2022-05-07 09:49:45 +02:00
Sergei Trofimovich
71f10994f2 simh: add -fcommon workaround
Without the change -fno-common toolchains like upstream gcc-10
or clang-11+ fail to build simh as:

    $ nix build --impure --expr 'with import ~/nm {}; simh.override { stdenv = clang13Stdenv; }'
    ...
    ld: /build/pdp11_io-0c74f0.o:(.bss+0x10c00):
      multiple definition of `uc15_memsize'; /build/pdp11_cis-17339e.o:(.bss+0x118): first defined here
    ld: /build/pdp11_io_lib-296a06.o:(.bss+0x8000):
      multiple definition of `uc15_memsize'; /build/pdp11_cis-17339e.o:(.bss+0x118): first defined here
2022-05-07 07:36:11 +01:00
Stefan Frijters
131a5676d1
wine{Unstable,Staging}: 7.6 -> 7.7 2022-05-06 23:26:55 +02:00
Stefan Frijters
22b127cd4f
winetricks: 20210825 -> 20220411 2022-05-06 23:26:54 +02:00
Stefan Frijters
8752039f03
wine{Unstable,Staging}: 7.5 -> 7.6 2022-05-06 23:26:54 +02:00
Stefan Frijters
ab785b231b
wine{Unstable,Staging}: 7.4 -> 7.5 2022-05-06 23:26:51 +02:00
Malo Bourgon
16e15fa68f treewide: add meta.mainProgram to many packages 2022-05-04 18:08:19 -07:00
Ivar Scholten
444e767071 ryujinx: set makeWrapperArgs as an attribute 2022-05-02 19:55:14 +02:00
R. Ryantm
022c56fb7d mame: 0.242 -> 0.243 2022-04-30 08:09:32 +00:00