Move aria2c to nativeBuildInputs
This commit is contained in:
parent
14c3e8d466
commit
3e3687b700
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ pkgs.mkShell {
|
|||
(pkgs.python3.withPackages ( pyPkgs: [
|
||||
pyPkgs.requests
|
||||
]))
|
||||
];
|
||||
nativeBuildInputs = [
|
||||
pkgs.aria2
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue