guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: python-pillow: Sort inputs alphabetically.


From: guix-commits
Subject: 03/04: gnu: python-pillow: Sort inputs alphabetically.
Date: Mon, 2 Dec 2019 08:14:23 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 0c4e1c5fbfb6d56aee3a270ed0431790cb67f662
Author: Efraim Flashner <address@hidden>
Date:   Mon Dec 2 11:08:11 2019 +0200

    gnu: python-pillow: Sort inputs alphabetically.
    
    * gnu/packages/python-xyz.scm (python-pillow)[inputs]: Sort
    alphabetically.
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c628c98..637a00f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4691,11 +4691,11 @@ the OleFileIO module from PIL, the Python Image 
Library.")
     (inputs
      `(("freetype" ,freetype)
        ("lcms"     ,lcms)
-       ("zlib"     ,zlib)
        ("libjpeg"  ,libjpeg)
-       ("openjpeg" ,openjpeg)
        ("libtiff"  ,libtiff)
-       ("libwebp"  ,libwebp)))
+       ("libwebp"  ,libwebp)
+       ("openjpeg" ,openjpeg)
+       ("zlib"     ,zlib)))
     (propagated-inputs
      `(("python-olefile" ,python-olefile)))
     (arguments



reply via email to

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