Skip to content

Commit

Permalink
awsume: propagate setuptools build input (#364972)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Dec 15, 2024
2 parents 8331003 + 7a07cfb commit 3e2af6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/tools/admin/awsume/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
psutil,
pluggy,
pyyaml,
setuptools,
}:

buildPythonApplication rec {
Expand All @@ -32,6 +33,7 @@ buildPythonApplication rec {
psutil
pluggy
pyyaml
setuptools
];

postPatch = ''
Expand Down

0 comments on commit 3e2af6b

Please sign in to comment.