mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
streamdeck-ui: add wrapGAppsHook dependency
This commit is contained in:
parent
b1508f6cd1
commit
068fd2bcba
@ -4,6 +4,7 @@
|
||||
, copyDesktopItems
|
||||
, writeText
|
||||
, makeDesktopItem
|
||||
, wrapGAppsHook
|
||||
, xvfb-run
|
||||
, qt6
|
||||
}:
|
||||
@ -61,7 +62,8 @@ python3Packages.buildPythonApplication rec {
|
||||
'';
|
||||
|
||||
dontWrapQtApps = true;
|
||||
makeWrapperArgs = [ "\${qtWrapperArgs[@]}" ];
|
||||
dontWrapGApps = true;
|
||||
makeWrapperArgs = [ "\${qtWrapperArgs[@]}" "\${gappsWrapperArgs[@]}"];
|
||||
|
||||
format = "pyproject";
|
||||
|
||||
@ -69,6 +71,7 @@ python3Packages.buildPythonApplication rec {
|
||||
python3Packages.poetry-core
|
||||
copyDesktopItems
|
||||
qt6.wrapQtAppsHook
|
||||
wrapGAppsHook
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
|
Loading…
Reference in New Issue
Block a user