Add python dependencies to objprog shell
This commit is contained in:
parent
c4ea6cdba1
commit
3f9ce135e9
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
openssl
|
||||
maven
|
||||
(openjdk17.override { enableJavaFX = true; })
|
||||
(python3.withPackages (ps: [ ps.pyyaml ps.beautifulsoup4 ]))
|
||||
];
|
||||
commands = [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue