add BibLaTeX requirements

This commit is contained in:
Trolli Schmittlauch 2019-03-07 21:28:16 +01:00
parent 91d608c2b4
commit d7028c9710

View file

@ -145,7 +145,6 @@ let
skanlite
akonadiconsole
plasma-browser-integration
unstable.kile
]
++ (with kdeFrameworks; [
networkmanager-qt
@ -176,6 +175,8 @@ let
latexApps = [
texmaker
unstable.kile
biber
# customize texlive installation
(texlive.combine {
inherit (texlive)
@ -196,6 +197,8 @@ let
acronym
ccicons
fontawesome
biblatex
logreq
koma-script;
})
];