mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: xtrlock: Add libxcrypt dependency.
* gnu/packages/xdisorg.scm (xtrlock)[inputs]: Add libxcrypt. Change-Id: I853e509c83b157455014a2e7ed25583ac17c2d58
This commit is contained in:
parent
54c5076bdd
commit
9db4796d80
1 changed files with 1 additions and 1 deletions
|
@ -1269,7 +1269,7 @@ (define-public xtrlock
|
|||
(install-file "xtrlock.1"
|
||||
(string-append out
|
||||
"/share/man/man1/"))))))))
|
||||
(inputs (list libx11 libxi libxfixes))
|
||||
(inputs (list libx11 libxcrypt libxi libxfixes))
|
||||
(home-page "https://packages.debian.org/sid/xtrlock")
|
||||
(synopsis "Minimal X display lock program")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue