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