gnu: st: Remove unnecessary inputs.
* gnu/packages/suckless.scm (st)[inputs]: Remove libxcomposite, compositeproto, xextproto, libxrender and font-liberation.
This commit is contained in:
parent
87520dfd4b
commit
939111ca9e
|
@ -154,13 +154,8 @@ numbers of user-defined menu items efficiently.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("libx11" ,libx11)
|
`(("libx11" ,libx11)
|
||||||
("libxft" ,libxft)
|
("libxft" ,libxft)
|
||||||
("libxcomposite" ,libxcomposite)
|
|
||||||
("compositeproto" ,compositeproto)
|
|
||||||
("xextproto" ,xextproto)
|
|
||||||
("libxrender" ,libxrender)
|
|
||||||
("fontconfig" ,fontconfig)
|
("fontconfig" ,fontconfig)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)))
|
||||||
("font-liberation" ,font-liberation)))
|
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://st.suckless.org/")
|
(home-page "http://st.suckless.org/")
|
||||||
(synopsis "Simple terminal emulator")
|
(synopsis "Simple terminal emulator")
|
||||||
|
|
Loading…
Reference in New Issue