bikkje: various package additions
This commit is contained in:
parent
49c06b2abe
commit
e84318e59b
|
@ -29,6 +29,9 @@
|
||||||
weechatScripts.edit
|
weechatScripts.edit
|
||||||
|
|
||||||
coreutils-full
|
coreutils-full
|
||||||
|
diffutils
|
||||||
|
findutils
|
||||||
|
ripgrep
|
||||||
cvs
|
cvs
|
||||||
gawk
|
gawk
|
||||||
git
|
git
|
||||||
|
@ -65,10 +68,18 @@
|
||||||
perl
|
perl
|
||||||
php
|
php
|
||||||
python3
|
python3
|
||||||
#(with python3Packages; [
|
(python3.withPackages (ps: with ps; [
|
||||||
# numpy
|
numpy
|
||||||
# requests
|
sympy
|
||||||
#])
|
scipy
|
||||||
|
requests
|
||||||
|
imageio
|
||||||
|
pillow
|
||||||
|
httpx
|
||||||
|
pycryptodome
|
||||||
|
pandas
|
||||||
|
matplotlib
|
||||||
|
]))
|
||||||
ruby
|
ruby
|
||||||
tcl
|
tcl
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue