lass 2 texlive: add dependencies for moderncv

This commit is contained in:
lassulus 2015-09-26 12:08:22 +02:00
parent cdc490e504
commit 895971f214

View File

@ -2,6 +2,11 @@
{
environment.systemPackages = with pkgs; [
texLive
(texLiveAggregationFun { paths = [
texLive
texLiveExtra
texLiveCMSuper
texLiveModerncv
];})
];
}