3
0
Fork 0
forked from mirrors/nixpkgs

dolphin-emu: 5.0-18498 -> 5.0-19368

This commit is contained in:
Martino Fontana 2023-05-21 12:59:32 +02:00
parent 2705a0a280
commit 2277443bdc

View file

@ -55,13 +55,13 @@
stdenv.mkDerivation rec {
pname = "dolphin-emu";
version = "5.0-18498";
version = "5.0-19368";
src = fetchFromGitHub {
owner = "dolphin-emu";
repo = "dolphin";
rev = "46b99671d9158e0ca840c1d8ef249db0f321ced7";
sha256 = "sha256-K+OF8o8I1XDLQQcsWC8p8jUuWeb+RoHlBG3cEZ1aWIU=";
rev = "dadbeb4bae7e7fa23af2b46e0add4143094dc107";
sha256 = "sha256-XLtFn2liONPizvrKyySZx0mY7qC2fpwhAWaRZLlEzh8=";
fetchSubmodules = true;
};
@ -101,7 +101,8 @@ stdenv.mkDerivation rec {
libevdev
libXext
libXrandr
mgba # Derivation doesn't support Darwin
# FIXME: Remove comment on next mgba version
#mgba # Derivation doesn't support Darwin
udev
vulkan-loader
] ++ lib.optionals stdenv.isDarwin [
@ -126,7 +127,7 @@ stdenv.mkDerivation rec {
# Bundles the application folder into a standalone executable, so we cannot devendor libraries
"-DSKIP_POSTPROCESS_BUNDLE=ON"
# Needs xcode so compilation fails with it enabled. We would want the version to be fixed anyways.
# Note: The updater isn't available on linux, so we dont need to disable it there.
# Note: The updater isn't available on linux, so we don't need to disable it there.
"-DENABLE_AUTOUPDATE=OFF"
];