From 2ab27f2619e04ea987b3312bc369cebcf68d3524 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Thu, 18 Jul 2024 15:06:23 +0200 Subject: [PATCH] melonDS: Add qtwayland for Qt wayland plugin Otherwise it fails to start on Wayland: qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in "" --- pkgs/by-name/me/melonDS/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/me/melonDS/package.nix b/pkgs/by-name/me/melonDS/package.nix index c86eb061c267..ff1b20f151d1 100644 --- a/pkgs/by-name/me/melonDS/package.nix +++ b/pkgs/by-name/me/melonDS/package.nix @@ -20,6 +20,7 @@ let inherit (qt6) qtbase qtmultimedia + qtwayland wrapQtAppsHook; in stdenv.mkDerivation (finalAttrs: { @@ -50,6 +51,7 @@ stdenv.mkDerivation (finalAttrs: { zstd ] ++ lib.optionals stdenv.isLinux [ wayland + qtwayland ]; cmakeFlags = [