diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2019-11-24 16:17:39 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2019-11-25 14:08:29 +0200 |
| commit | e56d02a0e0108d68741f52d81e16bebcb2836332 (patch) | |
| tree | f8069757abff1f1bed223b06452c0fc5b911325f /gnu | |
| parent | 115ace6ba515bcd3057ecb61c77785bd57c20ffe (diff) | |
gnu: imlib2: Sort inputs alphabetically.
* gnu/packages/image.scm (imlib2)[inputs]: Sort alphabetically.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/image.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index b96f2cd934e..ade3ea63dd9 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm | |||
| @@ -867,16 +867,16 @@ compose, and analyze GIF images.") | |||
| 867 | (native-inputs | 867 | (native-inputs |
| 868 | `(("pkgconfig" ,pkg-config))) | 868 | `(("pkgconfig" ,pkg-config))) |
| 869 | (inputs | 869 | (inputs |
| 870 | `(("libx11" ,libx11) | 870 | `(("bzip2" ,bzip2) |
| 871 | ("libxext" ,libxext) | ||
| 872 | ("freetype" ,freetype) | 871 | ("freetype" ,freetype) |
| 872 | ("giflib" ,giflib) | ||
| 873 | ("libid3tag" ,libid3tag) | ||
| 873 | ("libjpeg" ,libjpeg) | 874 | ("libjpeg" ,libjpeg) |
| 874 | ("libpng" ,libpng) | 875 | ("libpng" ,libpng) |
| 875 | ("libtiff" ,libtiff) | 876 | ("libtiff" ,libtiff) |
| 876 | ("giflib" ,giflib) | 877 | ("libx11" ,libx11) |
| 877 | ("libwebp" ,libwebp) | 878 | ("libxext" ,libxext) |
| 878 | ("libid3tag" ,libid3tag) | 879 | ("libwebp" ,libwebp))) |
| 879 | ("bzip2" ,bzip2))) | ||
| 880 | (home-page "https://sourceforge.net/projects/enlightenment/") | 880 | (home-page "https://sourceforge.net/projects/enlightenment/") |
| 881 | (synopsis | 881 | (synopsis |
| 882 | "Loading, saving, rendering and manipulating image files") | 882 | "Loading, saving, rendering and manipulating image files") |
