mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
get setuptools
This commit is contained in:
parent
5cab1f7a4c
commit
dea4c7e131
@ -6,6 +6,8 @@ in
|
|||||||
}:
|
}:
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.python3
|
(pkgs.python3.withPackages (ps: [
|
||||||
|
ps.setuptools
|
||||||
|
]))
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user