diff options
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 9f20945925..99a65641a4 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -32302,7 +32302,7 @@ Omega (and Aleph) ideas include Omega-2 and LuaTeX.") (lambda _ (let ((bin (string-append #$output "/bin"))) (with-directory-excursion "texk/web2c" - (let ((files '("odvicopy" "odvitype""otangle" "wofm2opl" + (let ((files '("odvicopy" "odvitype" "otangle" "wofm2opl" "wopl2ofm" "wovf2ovp"))) (for-each (lambda (t) (invoke "make" t)) files) (for-each (lambda (f) (install-file f bin)) files)) |