From 4135fb7eaf82dca8cbb1ad34e764c4d52e85082f Mon Sep 17 00:00:00 2001 From: sinavir Date: Fri, 7 Oct 2022 17:29:17 +0200 Subject: [PATCH] Musescore: make QT_QPA_PLATFORM env var overridable --- pkgs/applications/audio/musescore/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/musescore/default.nix b/pkgs/applications/audio/musescore/default.nix index caa799c88f61..573a78a92583 100644 --- a/pkgs/applications/audio/musescore/default.nix +++ b/pkgs/applications/audio/musescore/default.nix @@ -31,7 +31,7 @@ mkDerivation rec { "--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libjack2 ]}" # There are some issues with using the wayland backend, see: # https://musescore.org/en/node/321936 - "--set QT_QPA_PLATFORM xcb" + "--set-default QT_QPA_PLATFORM xcb" ]; nativeBuildInputs = [ cmake pkg-config ];