about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorsinavir <sinavir@sinavir.fr>2022-10-07 17:29:17 +0200
committersinavir <sinavir@sinavir.fr>2022-10-25 16:55:24 +0200
commit4135fb7eaf82dca8cbb1ad34e764c4d52e85082f (patch)
tree7d3b6f841ed3cdc9bc0bb4243fbdbcf766efbdf3 /pkgs/applications
parent9237fad40957a5ec3d6d6fb17675c1eae6743497 (diff)
Musescore: make QT_QPA_PLATFORM env var overridable
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/musescore/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/musescore/default.nix b/pkgs/applications/audio/musescore/default.nix
index caa799c88f615..573a78a92583b 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 ];