ppsspp: fixup after https://github.com/NixOS/nixpkgs/pull/213533
This commit is contained in:
@@ -2171,7 +2171,7 @@ with pkgs;
|
||||
|
||||
pcsxr = callPackage ../applications/emulators/pcsxr { };
|
||||
|
||||
ppsspp = callPackage ../applications/emulators/ppsspp { };
|
||||
ppsspp = libsForQt5.callPackage ../applications/emulators/ppsspp { };
|
||||
|
||||
ppsspp-sdl = ppsspp;
|
||||
|
||||
@@ -2181,7 +2181,6 @@ with pkgs;
|
||||
};
|
||||
|
||||
ppsspp-qt = ppsspp.override {
|
||||
inherit (libsForQt5) qtbase qtmultimedia wrapQtAppsHook;
|
||||
enableQt = true;
|
||||
enableVulkan = false; # https://github.com/hrydgard/ppsspp/issues/11628
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user