Add python dependencies to objprog shell

This commit is contained in:
Charlotte Van Petegem 2023-05-08 17:52:25 +02:00
parent c4ea6cdba1
commit 3f9ce135e9
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -4,6 +4,7 @@
openssl
maven
(openjdk17.override { enableJavaFX = true; })
(python3.withPackages (ps: [ ps.pyyaml ps.beautifulsoup4 ]))
];
commands = [
{