From c607f9fbcc7952a6dd0e92d6d470aa4647425e19 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sun, 15 Sep 2024 18:20:37 +0300 Subject: [PATCH] musescore: Switch to the more minimalist wrapGAppsNoGuiHook --- pkgs/applications/audio/musescore/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/musescore/default.nix b/pkgs/applications/audio/musescore/default.nix index cfb50546b705..b756ca5dfde2 100644 --- a/pkgs/applications/audio/musescore/default.nix +++ b/pkgs/applications/audio/musescore/default.nix @@ -3,7 +3,7 @@ , fetchFromGitHub , fetchpatch , cmake -, wrapGAppsHook3 +, wrapGAppsNoGuiHook , wrapQtAppsHook , pkg-config , ninja @@ -103,7 +103,9 @@ in stdenv'.mkDerivation (finalAttrs: { dontWrapGApps = true; nativeBuildInputs = [ - wrapGAppsHook3 + # Just to make it not crash when looking up Gschemas when opening external + # files + wrapGAppsNoGuiHook wrapQtAppsHook cmake qttools