mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
parent
8923f991fd
commit
3705ded24b
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