[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: octave: Use texlive-union.
From: |
guix-commits |
Subject: |
01/03: gnu: octave: Use texlive-union. |
Date: |
Thu, 19 Sep 2019 18:43:24 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 70bb5d88e08fd7fb18fe95f55811e8f645e10ad3
Author: Ricardo Wurmus <address@hidden>
Date: Fri Sep 20 00:39:52 2019 +0200
gnu: octave: Use texlive-union.
* gnu/packages/maths.scm (octave)[native-inputs]: Replace texlive with
texlive-union containing texlive-epsf.
---
gnu/packages/maths.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 5380b4a..a42b81a 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1544,7 +1544,7 @@ script files.")
,@(package-inputs octave-cli)))
(native-inputs
`(("qttools" , qttools) ;for lrelease
- ("texlive" ,texlive) ;for texi2dvi
+ ("texlive" ,(texlive-union (list texlive-epsf))) ; for texi2dvi
,@(package-native-inputs octave-cli)))
(arguments
(substitute-keyword-arguments (package-arguments octave-cli)