bikkje: various package additions

This commit is contained in:
Felix Albrigtsen 2024-06-22 17:35:28 +02:00
parent 49c06b2abe
commit e84318e59b
1 changed files with 15 additions and 4 deletions

View File

@ -29,6 +29,9 @@
weechatScripts.edit
coreutils-full
diffutils
findutils
ripgrep
cvs
gawk
git
@ -65,10 +68,18 @@
perl
php
python3
#(with python3Packages; [
# numpy
# requests
#])
(python3.withPackages (ps: with ps; [
numpy
sympy
scipy
requests
imageio
pillow
httpx
pycryptodome
pandas
matplotlib
]))
ruby
tcl
];