gnu: alacritty: Remove input labels.
* gnu/packages/terminals.scm (alacritty)[native-inputs]: Remove input labels. [inputs]: Same.
This commit is contained in:
parent
1899d997c2
commit
73fda55125
@ -1628,31 +1628,31 @@ basic input/output.")
|
|||||||
(install-file "extra/completions/alacritty.fish"
|
(install-file "extra/completions/alacritty.fish"
|
||||||
(string-append share "/fish/vendor_completions.d"))))))))
|
(string-append share "/fish/vendor_completions.d"))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ncurses" ,ncurses)
|
(list ncurses
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("python3" ,python)))
|
python))
|
||||||
(inputs
|
(inputs
|
||||||
`(("expat" ,expat)
|
(list expat
|
||||||
("fontconfig" ,fontconfig)
|
fontconfig
|
||||||
("freetype" ,freetype)
|
freetype
|
||||||
("libx11" ,libx11)
|
libx11
|
||||||
("libxcb" ,libxcb)
|
libxcb
|
||||||
("libxcursor" ,libxcursor)
|
libxcursor
|
||||||
("libxext" ,libxext)
|
libxext
|
||||||
("libxft" ,libxft)
|
libxft
|
||||||
("libxi" ,libxi)
|
libxi
|
||||||
("libxinerama" ,libxinerama)
|
libxinerama
|
||||||
("libxkbcommon" ,libxkbcommon)
|
libxkbcommon
|
||||||
("libxmu" ,libxmu)
|
libxmu
|
||||||
("libxpresent" ,libxpresent)
|
libxpresent
|
||||||
("libxrandr" ,libxrandr)
|
libxrandr
|
||||||
("libxscrnsaver" ,libxscrnsaver)
|
libxscrnsaver
|
||||||
("libxt" ,libxt)
|
libxt
|
||||||
("libxtst" ,libxtst)
|
libxtst
|
||||||
("libxxf86vm" ,libxxf86vm)
|
libxxf86vm
|
||||||
("mesa" ,mesa)
|
mesa
|
||||||
("xdg-utils" ,xdg-utils)
|
xdg-utils
|
||||||
("wayland" ,wayland)))
|
wayland))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
;; FIXME: This should only be located in 'ncurses'. Nonetheless it is
|
;; FIXME: This should only be located in 'ncurses'. Nonetheless it is
|
||||||
;; provided for usability reasons. See <https://bugs.gnu.org/22138>.
|
;; provided for usability reasons. See <https://bugs.gnu.org/22138>.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user