mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
gradia: set __structuredAttrs
This commit is contained in:
parent
73a991196d
commit
87e68dd9d7
1 changed files with 5 additions and 1 deletions
|
|
@ -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 { };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue