gradia: set __structuredAttrs

This commit is contained in:
Pascal Dietrich 2026-06-10 17:47:12 +02:00
commit 87e68dd9d7
No known key found for this signature in database
GPG key ID: 13E68F5E518C3FF5

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 { };