summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-07-13 15:44:02 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-07-13 15:44:02 +0300
commit7a27129c820a6db3756f5e06bba40d728929b934 (patch)
tree5956290da43974f7482b8edc321e6333e5ee727f
parentc5cfa23b9c00ccf6fc6d1b65fc30fe8fe73f5dda (diff)
downloadguix-patches-7a27129c820a6db3756f5e06bba40d728929b934.tar
guix-patches-7a27129c820a6db3756f5e06bba40d728929b934.tar.gz
gnu: gmsh: Sort inputs alphabetically.
* gnu/packages/maths.scm (gmsh)[propagated-inputs]: Sort alphabetically.
-rw-r--r--gnu/packages/maths.scm8
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)