diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-06-18 11:53:52 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:07 +0200 |
commit | 9db4796d80114c72815b9bfb13c3e2d6caaf0e64 (patch) | |
tree | 00d1012e4fa69200942131f528a63ad9a7a21b53 | |
parent | 54c5076bddb75e47686303f0b37949227d2d80a7 (diff) | |
download | guix-9db4796d80114c72815b9bfb13c3e2d6caaf0e64.tar.gz guix-9db4796d80114c72815b9bfb13c3e2d6caaf0e64.zip |
gnu: xtrlock: Add libxcrypt dependency.
* gnu/packages/xdisorg.scm (xtrlock)[inputs]: Add libxcrypt.
Change-Id: I853e509c83b157455014a2e7ed25583ac17c2d58
-rw-r--r-- | gnu/packages/xdisorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 5ed8202874..e7eab3babf 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1269,7 +1269,7 @@ X Window System.") (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 |