summaryrefslogtreecommitdiff
path: root/ci.scm
diff options
context:
space:
mode:
Diffstat (limited to 'ci.scm')
-rw-r--r--ci.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci.scm b/ci.scm
index f4d6da1..5699af3 100644
--- a/ci.scm
+++ b/ci.scm
@@ -99,7 +99,8 @@
(inherit dist-without-maintainer)
(native-inputs
(cons* `("indent" ,indent)
- `("texlive" ,texlive)
+ `("texlive"
+ ,(texlive-union (list texlive-tex-texinfo)))
(package-native-inputs dist-without-maintainer))))
"/" tar-name))
(destination #$output))