Skip to content

Commit

Permalink
yocto: add missing setuptools, used by devtool.
Browse files Browse the repository at this point in the history
  • Loading branch information
peteut committed Mar 11, 2024
1 parent 1072d43 commit f17a5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envs/yocto/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ let
(ncurses'.override { unicodeSupport = false; })
patch
perl
python3
(python3.withPackages (ps: [ ps.setuptools ]))
rpcsvc-proto
unzip
util-linux
Expand Down

0 comments on commit f17a5e7

Please sign in to comment.