Merge pull request #143757 from SuperSamus/duckstation

This commit is contained in:
Sandro 2021-11-22 16:27:18 +01:00 committed by GitHub
commit 542206e004
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,13 +20,13 @@
}: }:
mkDerivation rec { mkDerivation rec {
pname = "duckstation"; pname = "duckstation";
version = "unstable-2021-10-19"; version = "unstable-2021-10-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stenzek"; owner = "stenzek";
repo = pname; repo = pname;
rev = "96f4fdf8d88ff3a120f3bc409a6a6487cdcbd55f"; rev = "287b1e1abc98ef3f01d8530e0b428b58d8e77e96";
sha256 = "sha256-WWsi7kmFEYES2BoNKIFF1+lKHJGP3hbTZ9o3eWp+EcE="; sha256 = "sha256-1s7oBdOOkK6a3DKCZ70dAilFzlzrURwhx+MRTmOPWJE=";
}; };
nativeBuildInputs = [ cmake ninja pkg-config extra-cmake-modules wrapQtAppsHook qttools ]; nativeBuildInputs = [ cmake ninja pkg-config extra-cmake-modules wrapQtAppsHook qttools ];
@ -45,7 +45,7 @@ mkDerivation rec {
]; ];
cmakeFlags = [ cmakeFlags = [
#"-DUSE_DRMKMS=ON" # Broken in combination with Wayland, https://github.com/stenzek/duckstation/issues/2630 "-DUSE_DRMKMS=ON" # Broken in combination with Wayland, https://github.com/stenzek/duckstation/issues/2630
"-DUSE_WAYLAND=ON" "-DUSE_WAYLAND=ON"
]; ];