gradia: set __structuredAttrs

This commit is contained in:
Pascal Dietrich
2026-06-10 17:52:58 +02:00
parent 73a991196d
commit 87e68dd9d7
+5 -1
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 { };