mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: xlockmore: Add libxcrypt dependency.
* gnu/packages/xdisorg.scm (xlockmore): Add libxcrypt dependency. Change-Id: Idfaed843b40db41b3c7c64cbb32765cefc28238e
This commit is contained in:
parent
4eb52d484e
commit
b388be75b1
1 changed files with 2 additions and 1 deletions
|
@ -107,6 +107,7 @@ (define-module (gnu packages xdisorg)
|
|||
#:use-module (gnu packages check)
|
||||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages cpp)
|
||||
#:use-module (gnu packages crypto)
|
||||
#:use-module (gnu packages datastructures)
|
||||
#:use-module (gnu packages docbook)
|
||||
#:use-module (gnu packages documentation)
|
||||
|
@ -1223,7 +1224,7 @@ (define-public xlockmore
|
|||
"/lib/X11/app-defaults"))
|
||||
#:tests? #f)) ;no such thing as a test suite
|
||||
(inputs
|
||||
(list libx11 libxext libxt linux-pam))
|
||||
(list libx11 libxcrypt libxext libxt linux-pam))
|
||||
(home-page "https://sillycycle.com/xlockmore.html")
|
||||
(synopsis "Screen locker for the X Window System")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue