guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: gmsh: Sort inputs alphabetically.


From: guix-commits
Subject: 03/03: gnu: gmsh: Sort inputs alphabetically.
Date: Tue, 13 Jul 2021 08:51:13 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 7a27129c820a6db3756f5e06bba40d728929b934
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 13 15:44:02 2021 +0300

    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 be3595f..b4cf0b5 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]