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

musescore: Add wrapGAppsHook3 (#341222)

parents c45a2954 d961443d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
, fetchFromGitHub
, fetchpatch
, cmake
, wrapGAppsHook3
, wrapQtAppsHook
, pkg-config
, ninja
@@ -95,7 +96,14 @@ in stdenv'.mkDerivation (finalAttrs: {
    "--set-default QT_QPA_PLATFORM xcb"
  ];

  preFixup = ''
    qtWrapperArgs+=("''${gappsWrapperArgs[@]}")
  '';

  dontWrapGApps = true;

  nativeBuildInputs = [
    wrapGAppsHook3
    wrapQtAppsHook
    cmake
    qttools