diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-07-13 15:44:02 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-07-13 15:44:02 +0300 |
commit | 7a27129c820a6db3756f5e06bba40d728929b934 (patch) | |
tree | 5956290da43974f7482b8edc321e6333e5ee727f | |
parent | c5cfa23b9c00ccf6fc6d1b65fc30fe8fe73f5dda (diff) | |
download | guix-7a27129c820a6db3756f5e06bba40d728929b934.tar guix-7a27129c820a6db3756f5e06bba40d728929b934.tar.gz |
gnu: gmsh: Sort inputs alphabetically.
* gnu/packages/maths.scm (gmsh)[propagated-inputs]: Sort alphabetically.
-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 be3595fdce..b4cf0b5409 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2279,15 +2279,15 @@ This is the certified version of the Open Cascade Technology (OCCT) library.") (propagated-inputs `(("fltk" ,fltk) ("gfortran" ,gfortran) + ("glu" ,glu) ("gmp" ,gmp) ("hdf5" ,hdf5) ("lapack" ,lapack) + ("libx11" ,libx11) + ("libxext" ,libxext) ("mesa" ,mesa) - ("glu" ,glu) ("metis" ,metis) - ("opencascade-occt" ,opencascade-occt) - ("libx11" ,libx11) - ("libxext" ,libxext))) + ("opencascade-occt" ,opencascade-occt))) (inputs `(("fontconfig" ,fontconfig) ("libxft" ,libxft) |