Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

streamdeck-ui: add wrapGAppsHook dependency

+4 -1
+4 -1
pkgs/applications/misc/streamdeck-ui/default.nix
··· 4 , copyDesktopItems 5 , writeText 6 , makeDesktopItem 7 , xvfb-run 8 , qt6 9 }: ··· 61 ''; 62 63 dontWrapQtApps = true; 64 - makeWrapperArgs = [ "\${qtWrapperArgs[@]}" ]; 65 66 format = "pyproject"; 67 ··· 69 python3Packages.poetry-core 70 copyDesktopItems 71 qt6.wrapQtAppsHook 72 ]; 73 74 propagatedBuildInputs = with python3Packages; [
··· 4 , copyDesktopItems 5 , writeText 6 , makeDesktopItem 7 + , wrapGAppsHook 8 , xvfb-run 9 , qt6 10 }: ··· 62 ''; 63 64 dontWrapQtApps = true; 65 + dontWrapGApps = true; 66 + makeWrapperArgs = [ "\${qtWrapperArgs[@]}" "\${gappsWrapperArgs[@]}"]; 67 68 format = "pyproject"; 69 ··· 71 python3Packages.poetry-core 72 copyDesktopItems 73 qt6.wrapQtAppsHook 74 + wrapGAppsHook 75 ]; 76 77 propagatedBuildInputs = with python3Packages; [