rocdbgapi: fix build
changepage.sty is no longer pulled in my texlive's basic scheme, so it must be added explicitly
This commit is contained in:
parent
35fd406515
commit
e396a4ec1f
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
let
|
||||
latex = lib.optionalAttrs buildDocs texlive.combine {
|
||||
inherit (texlive) scheme-small
|
||||
changepage
|
||||
latexmk
|
||||
varwidth
|
||||
multirow
|
||||
|
|
Loading…
Reference in a new issue