gradia: set __structuredAttrs

(cherry picked from commit 87e68dd9d7)
This commit is contained in:
Pascal Dietrich 2026-06-10 17:47:12 +02:00 committed by github-actions[bot]
commit 3705ded24b

View file

@ -27,6 +27,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
version = "1.13.0";
pyproject = false;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "AlexanderVanhee";
repo = "Gradia";
@ -79,7 +81,9 @@ python3Packages.buildPythonApplication (finalAttrs: {
dontWrapGApps = true;
makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ];
preFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
passthru.updateScript = nix-update-script { };