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
|
||||
latex = lib.optionalAttrs buildDocs texlive.combine {
|
||||
inherit (texlive) scheme-small
|
||||
changepage
|
||||
latexmk
|
||||
varwidth
|
||||
multirow
|
||||
|
|
Loading…
Reference in a new issue