gnu: kitty: Re-order inputs and native-inputs alphabetically.
* gnu/packages/terminals.scm (kitty)[inputs, native-inputs]: Re-order alphabetically.master
parent
153b279e7b
commit
db785b7497
|
@ -1016,29 +1016,29 @@ tmux.")
|
|||
"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
|
||||
|
|
Reference in New Issue