texlive deprication
This commit is contained in:
@@ -35,6 +35,7 @@ with pkgs;
|
|||||||
killall
|
killall
|
||||||
minicom
|
minicom
|
||||||
mtr
|
mtr
|
||||||
|
ncurses
|
||||||
ncdu
|
ncdu
|
||||||
nodejs
|
nodejs
|
||||||
|
|
||||||
@@ -96,7 +97,9 @@ with pkgs;
|
|||||||
uv
|
uv
|
||||||
|
|
||||||
(python3.withPackages (
|
(python3.withPackages (
|
||||||
python-pkgs: with python-pkgs; [
|
python-pkgs:
|
||||||
|
with python-pkgs;
|
||||||
|
[
|
||||||
bidict
|
bidict
|
||||||
blinker
|
blinker
|
||||||
certifi
|
certifi
|
||||||
@@ -150,8 +153,8 @@ with pkgs;
|
|||||||
xml2rfc
|
xml2rfc
|
||||||
zotero
|
zotero
|
||||||
|
|
||||||
(texlive.combine {
|
(texliveSmall.withPackages (
|
||||||
inherit (texlive)
|
texlivePackages: with texlivePackages; [
|
||||||
apa6
|
apa6
|
||||||
apa7
|
apa7
|
||||||
apacite
|
apacite
|
||||||
@@ -200,8 +203,8 @@ with pkgs;
|
|||||||
xecjk
|
xecjk
|
||||||
xifthen
|
xifthen
|
||||||
xurl
|
xurl
|
||||||
;
|
]
|
||||||
})
|
))
|
||||||
|
|
||||||
dockutil
|
dockutil
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user