efraim pushed a commit to branch master
in repository guix.

commit e56d02a0e0108d68741f52d81e16bebcb2836332
Author: Efraim Flashner <[email protected]>
Date:   Sun Nov 24 16:17:39 2019 +0200

    gnu: imlib2: Sort inputs alphabetically.
    
    * gnu/packages/image.scm (imlib2)[inputs]: Sort alphabetically.
---
 gnu/packages/image.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index b96f2cd..ade3ea6 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -867,16 +867,16 @@ compose, and analyze GIF images.")
     (native-inputs
      `(("pkgconfig" ,pkg-config)))
     (inputs
-     `(("libx11" ,libx11)
-       ("libxext" ,libxext)
+     `(("bzip2" ,bzip2)
        ("freetype" ,freetype)
+       ("giflib" ,giflib)
+       ("libid3tag" ,libid3tag)
        ("libjpeg" ,libjpeg)
        ("libpng" ,libpng)
        ("libtiff" ,libtiff)
-       ("giflib" ,giflib)
-       ("libwebp" ,libwebp)
-       ("libid3tag" ,libid3tag)
-       ("bzip2" ,bzip2)))
+       ("libx11" ,libx11)
+       ("libxext" ,libxext)
+       ("libwebp" ,libwebp)))
     (home-page "https://sourceforge.net/projects/enlightenment/";)
     (synopsis
      "Loading, saving, rendering and manipulating image files")

Reply via email to