gnu: kitty: Re-order inputs and native-inputs alphabetically.

* gnu/packages/terminals.scm (kitty)[inputs, native-inputs]: Re-order
alphabetically.
This commit is contained in:
Nicolas Goaziou 2020-12-14 18:55:53 +01:00
parent 153b279e7b
commit db785b7497
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1016,29 +1016,29 @@ (define-public kitty
"SPHINXBUILD = sphinx-build\n"))
#t))))
(build-system gnu-build-system)
(inputs
`(("python" ,python-wrapper)
("harfbuzz" ,harfbuzz)
("zlib" ,zlib)
("libcanberra" ,libcanberra)
("libpng" ,libpng)
("lcms" ,lcms)
("freetype" ,freetype)
("fontconfig" ,fontconfig)
("pygments" ,python-pygments)
("wayland" ,wayland)))
(native-inputs
`(("pkg-config" ,pkg-config)
("libxrandr" ,libxrandr)
("libdbus" ,dbus)
`(("libdbus" ,dbus)
("libgl1-mesa" ,mesa)
("libxcursor" ,libxcursor)
("libxi" ,libxi)
("libxinerama" ,libxinerama)
("libgl1-mesa" ,mesa)
("libxkbcommon" ,libxkbcommon)
("sphinx" ,python-sphinx)
("libxrandr" ,libxrandr)
("ncurses" ,ncurses) ;; for tic command
("pkg-config" ,pkg-config)
("sphinx" ,python-sphinx)
("wayland-protocols" ,wayland-protocols)))
(inputs
`(("fontconfig" ,fontconfig)
("freetype" ,freetype)
("harfbuzz" ,harfbuzz)
("lcms" ,lcms)
("libcanberra" ,libcanberra)
("libpng" ,libpng)
("pygments" ,python-pygments)
("python" ,python-wrapper)
("wayland" ,wayland)
("zlib" ,zlib)))
(arguments
'(#:phases (modify-phases %standard-phases
(delete 'configure) ;no configure script