From 52e8e0bbea2018ab5bc7ca0ab1a16be18cc755ec Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Sun, 23 May 2021 07:44:59 -0500 Subject: [PATCH 35/37] gnu: octave: Use qttools-5 * gnu/packages/maths.scm (luakit): Use qttools-5 --- 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 981c594e0f..cc2290d923 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2055,7 +2055,7 @@ script files.") ("qt" ,qtbase-5) ,@(package-inputs octave-cli))) (native-inputs - `(("qttools" , qttools) ;for lrelease + `(("qttools" , qttools-5) ;for lrelease ("texlive" ,(texlive-union (list texlive-epsf))) ; for texi2dvi ,@(package-native-inputs octave-cli))) (arguments -- 2.31.1