gnu: xsecurelock: Remove input labels.
* gnu/packages/xdisorg.scm (xsecurelock)[inputs]: Remove input labels.
This commit is contained in:
parent
2ea908b0a5
commit
2bcc6d5b1d
1 changed files with 10 additions and 10 deletions
|
@ -2320,16 +2320,16 @@ temperature of the screen.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pandoc pkg-config))
|
(list pandoc pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("fontconfig" ,fontconfig)
|
(list fontconfig
|
||||||
("libX11" ,libx11)
|
libx11
|
||||||
("libxcomposite" ,libxcomposite)
|
libxcomposite
|
||||||
("libxext" ,libxext)
|
libxext
|
||||||
("libxfixes" ,libxfixes)
|
libxfixes
|
||||||
("libxft" ,libxft)
|
libxft
|
||||||
("libxmu" ,libxmu)
|
libxmu
|
||||||
("libxrandr" ,libxrandr)
|
libxrandr
|
||||||
("libxscrnsaver" ,libxscrnsaver)
|
libxscrnsaver
|
||||||
("linux-pam" ,linux-pam)))
|
linux-pam))
|
||||||
(home-page "https://github.com/google/xsecurelock")
|
(home-page "https://github.com/google/xsecurelock")
|
||||||
(synopsis "X11 screen lock utility with the primary goal of security")
|
(synopsis "X11 screen lock utility with the primary goal of security")
|
||||||
(description "@code{xsecurelock} is an X11 screen locker which uses
|
(description "@code{xsecurelock} is an X11 screen locker which uses
|
||||||
|
|
Reference in a new issue