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