Unverified Commit a9312b0c authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

musescore: Switch to the more minimalist wrapGAppsNoGuiHook (#342089)

parents 28df6f77 c607f9fb
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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