Skip to content

Commit

Permalink
Merge pull request #256741 from marcusramberg/marcus/fix_streamdeck_ui
Browse files Browse the repository at this point in the history
streamdeck-ui: add wrapGAppsHook dependency
  • Loading branch information
wegank authored Sep 24, 2023
2 parents c463204 + 068fd2b commit 3bdc587
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/applications/misc/streamdeck-ui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
, copyDesktopItems
, writeText
, makeDesktopItem
, wrapGAppsHook
, xvfb-run
, qt6
}:
Expand Down Expand Up @@ -61,14 +62,16 @@ python3Packages.buildPythonApplication rec {
'';

dontWrapQtApps = true;
makeWrapperArgs = [ "\${qtWrapperArgs[@]}" ];
dontWrapGApps = true;
makeWrapperArgs = [ "\${qtWrapperArgs[@]}" "\${gappsWrapperArgs[@]}"];

format = "pyproject";

nativeBuildInputs = [
python3Packages.poetry-core
copyDesktopItems
qt6.wrapQtAppsHook
wrapGAppsHook
];

propagatedBuildInputs = with python3Packages; [
Expand Down

0 comments on commit 3bdc587

Please sign in to comment.