Merge pull request #600 from matthiasbeyer/doc-deps
Add new non-optional dependencies to doc in default.nix
This commit is contained in:
commit
2b0efee4cc
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,9 @@ let
|
|||
setspace
|
||||
babel
|
||||
|
||||
subfig
|
||||
caption
|
||||
|
||||
# optionals
|
||||
upquote
|
||||
microtype
|
||||
|
@ -48,6 +51,8 @@ let
|
|||
})
|
||||
|
||||
pkgs.lmodern
|
||||
|
||||
pkgs.which
|
||||
];
|
||||
in
|
||||
|
||||
|
|
Loading…
Reference in a new issue