diff options
Diffstat (limited to 'gnu/packages/maths.scm')
| -rw-r--r-- | gnu/packages/maths.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 72a89572000..89f98ec2b62 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm | |||
| @@ -2783,7 +2783,7 @@ script files.") | |||
| 2783 | ("qt" ,qtbase-5) | 2783 | ("qt" ,qtbase-5) |
| 2784 | ,@(package-inputs octave-cli))) | 2784 | ,@(package-inputs octave-cli))) |
| 2785 | (native-inputs | 2785 | (native-inputs |
| 2786 | `(("qttools" , qttools) ;for lrelease | 2786 | `(("qttools-5" , qttools-5) ;for lrelease |
| 2787 | ("texlive" ,(texlive-updmap.cfg (list texlive-epsf))) ; for texi2dvi | 2787 | ("texlive" ,(texlive-updmap.cfg (list texlive-epsf))) ; for texi2dvi |
| 2788 | ,@(package-native-inputs octave-cli))) | 2788 | ,@(package-native-inputs octave-cli))) |
| 2789 | (arguments | 2789 | (arguments |
| @@ -3069,7 +3069,7 @@ ASCII text files using Gmsh's own scripting language.") | |||
| 3069 | (native-inputs | 3069 | (native-inputs |
| 3070 | (list pkg-config | 3070 | (list pkg-config |
| 3071 | ;;("python-astropy" ,python-astropy) ;; FIXME: Package this. | 3071 | ;;("python-astropy" ,python-astropy) ;; FIXME: Package this. |
| 3072 | qttools python-sip-4)) | 3072 | qttools-5 python-sip-4)) |
| 3073 | (inputs | 3073 | (inputs |
| 3074 | (list ghostscript ;optional, for EPS/PS output | 3074 | (list ghostscript ;optional, for EPS/PS output |
| 3075 | python-dbus | 3075 | python-dbus |
| @@ -5468,7 +5468,7 @@ evaluates expressions using the standard order of operations.") | |||
| 5468 | (build-system gnu-build-system) | 5468 | (build-system gnu-build-system) |
| 5469 | (native-inputs `(("gettext" ,gettext-minimal) | 5469 | (native-inputs `(("gettext" ,gettext-minimal) |
| 5470 | ("qtbase" ,qtbase-5) | 5470 | ("qtbase" ,qtbase-5) |
| 5471 | ("qttools" ,qttools))) | 5471 | ("qttools-5" ,qttools-5))) |
| 5472 | (inputs (list libx11 zlib libpng gsl)) | 5472 | (inputs (list libx11 zlib libpng gsl)) |
| 5473 | ;; The upstream project file ("XaoS.pro") and the Makefile it generates are | 5473 | ;; The upstream project file ("XaoS.pro") and the Makefile it generates are |
| 5474 | ;; not enough for this package to install properly. These phases fix that. | 5474 | ;; not enough for this package to install properly. These phases fix that. |
| @@ -7147,7 +7147,7 @@ functions.") | |||
| 7147 | "0vh7cd1915bjqzkdp3sk25ngy8cq624mkh8c53c5bnzk357kb0fk")))) | 7147 | "0vh7cd1915bjqzkdp3sk25ngy8cq624mkh8c53c5bnzk357kb0fk")))) |
| 7148 | (build-system cmake-build-system) | 7148 | (build-system cmake-build-system) |
| 7149 | (inputs (list qtbase-5)) | 7149 | (inputs (list qtbase-5)) |
| 7150 | (native-inputs (list qttools)) | 7150 | (native-inputs (list qttools-5)) |
| 7151 | (arguments | 7151 | (arguments |
| 7152 | `(#:phases | 7152 | `(#:phases |
| 7153 | (modify-phases %standard-phases | 7153 | (modify-phases %standard-phases |
