mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
awsume: propagate setuptools build input
(cherry picked from commit 7a07cfb1f4)
This commit is contained in:
committed by
github-actions[bot]
parent
f35b6bd990
commit
d71f292920
@@ -9,6 +9,7 @@
|
||||
psutil,
|
||||
pluggy,
|
||||
pyyaml,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
@@ -32,6 +33,7 @@ buildPythonApplication rec {
|
||||
psutil
|
||||
pluggy
|
||||
pyyaml
|
||||
setuptools
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user