summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r--gnu/packages/cpp.scm28
1 files changed, 14 insertions, 14 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index f18b0a73f1..ebc7e852a2 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1299,25 +1299,25 @@ intuitive syntax and trivial integration.")
#$version ".pdf"))))))))
(native-inputs
(list perl
- (texlive-updmap.cfg
- (list texlive-ulem
- texlive-rsfs
- texlive-memoir
- texlive-substr
- texlive-xcolor
- texlive-isodate
+ (texlive-local-tree
+ (list texlive-booktabs
texlive-caption
- texlive-relsize
- texlive-extract
- texlive-xpatch
- texlive-xkeyval
- texlive-jknapltx
- texlive-booktabs
texlive-enumitem
texlive-etoolbox
+ texlive-extract
+ texlive-isodate
+ texlive-jknapltx
texlive-listings
+ texlive-memoir
texlive-microtype
- texlive-underscore))))
+ texlive-relsize
+ texlive-rsfs
+ texlive-substr
+ texlive-ulem
+ texlive-underscore
+ texlive-xcolor
+ texlive-xkeyval
+ texlive-xpatch))))
(home-page "https://github.com/josuttis/jthread")
(synopsis "C++ class for a joining and cooperative interruptible thread")
(description