cemu: 2.0-17 -> 2.0-22
This commit is contained in:
parent
0f5996b524
commit
c953801e40
@ -20,6 +20,7 @@
|
||||
, pugixml
|
||||
, rapidjson
|
||||
, vulkan-headers
|
||||
, wayland
|
||||
, wxGTK32
|
||||
, zarchive
|
||||
|
||||
@ -28,13 +29,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cemu";
|
||||
version = "2.0-17";
|
||||
version = "2.0-22";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cemu-project";
|
||||
repo = "Cemu";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-ryFph55o7s3eiqQ8kx5+3Et5S2U9H5i3fmZTc1CaCnA=";
|
||||
hash = "sha256-ZQfJHQnT5mV6GC3dO6QV1fGsnyZMYqXiVdBSsimL5yU=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -68,6 +69,7 @@ stdenv.mkDerivation rec {
|
||||
pugixml
|
||||
rapidjson
|
||||
vulkan-headers
|
||||
wayland
|
||||
wxGTK32
|
||||
zarchive
|
||||
];
|
||||
@ -108,10 +110,6 @@ stdenv.mkDerivation rec {
|
||||
in ''
|
||||
gappsWrapperArgs+=(
|
||||
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath libs}"
|
||||
|
||||
# Force X11 to be used until Wayland is natively supported
|
||||
# <https://github.com/cemu-project/Cemu/pull/143>
|
||||
--set GDK_BACKEND x11
|
||||
)
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user