mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
pferd: add setuptools to nativeBuildInputs
This commit is contained in:
parent
caf662452d
commit
16497eb9da
@ -15,6 +15,10 @@ python3Packages.buildPythonApplication rec {
|
||||
sha256 = "05f9b7wzld0jcalc7n5h2a6nqjr1w0fxwkd4cih6gkjc9117skii";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
aiohttp
|
||||
beautifulsoup4
|
||||
|
Loading…
Reference in New Issue
Block a user