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:
parent
153b279e7b
commit
db785b7497
1 changed files with 16 additions and 16 deletions
|
@ -1016,29 +1016,29 @@ tmux.")
|
||||||
"SPHINXBUILD = sphinx-build\n"))
|
"SPHINXBUILD = sphinx-build\n"))
|
||||||
#t))))
|
#t))))
|
||||||
(build-system gnu-build-system)
|
(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
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("libdbus" ,dbus)
|
||||||
("libxrandr" ,libxrandr)
|
("libgl1-mesa" ,mesa)
|
||||||
("libdbus" ,dbus)
|
|
||||||
("libxcursor" ,libxcursor)
|
("libxcursor" ,libxcursor)
|
||||||
("libxi" ,libxi)
|
("libxi" ,libxi)
|
||||||
("libxinerama" ,libxinerama)
|
("libxinerama" ,libxinerama)
|
||||||
("libgl1-mesa" ,mesa)
|
|
||||||
("libxkbcommon" ,libxkbcommon)
|
("libxkbcommon" ,libxkbcommon)
|
||||||
("sphinx" ,python-sphinx)
|
("libxrandr" ,libxrandr)
|
||||||
("ncurses" ,ncurses) ;; for tic command
|
("ncurses" ,ncurses) ;; for tic command
|
||||||
|
("pkg-config" ,pkg-config)
|
||||||
|
("sphinx" ,python-sphinx)
|
||||||
("wayland-protocols" ,wayland-protocols)))
|
("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
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
(delete 'configure) ;no configure script
|
(delete 'configure) ;no configure script
|
||||||
|
|
Reference in a new issue