New dependencies

This commit is contained in:
Valentin Brandl 2021-11-11 16:44:34 +01:00
parent 46f259af88
commit 2cc254b21b

View File

@ -21,6 +21,7 @@ let
fontspec
silence
translations
xpatch
# wrapfig
# enumitem
# mathpazo
@ -42,5 +43,7 @@ pkgs.mkShell {
pkgs.gnumake
# PDF viewer
pkgs.zathura
# dot
pkgs.graphviz
];
}