From 7a27129c820a6db3756f5e06bba40d728929b934 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 13 Jul 2021 15:44:02 +0300 Subject: gnu: gmsh: Sort inputs alphabetically. * gnu/packages/maths.scm (gmsh)[propagated-inputs]: Sort alphabetically. --- gnu/packages/maths.scm | 8 ++++---- 1 file 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) -- cgit v1.2.3