[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/14: gnu: xtrlock: Add libxcrypt dependency.
From: |
guix-commits |
Subject: |
02/14: gnu: xtrlock: Add libxcrypt dependency. |
Date: |
Tue, 18 Jun 2024 00:00:18 -0400 (EDT) |
iyzsong pushed a commit to branch core-updates
in repository guix.
commit 2952faedd4a91b5f854129690ade98916f164470
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Tue Jun 18 11:53:52 2024 +0800
gnu: xtrlock: Add libxcrypt dependency.
* gnu/packages/xdisorg.scm (xtrlock)[inputs]: Add libxcrypt.
Change-Id: I853e509c83b157455014a2e7ed25583ac17c2d58
---
gnu/packages/xdisorg.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 799f6c7a15..873ac2030b 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1233,7 +1233,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
- branch core-updates updated (6191af8fa9 -> 4aec4917ef), guix-commits, 2024/06/18
- 03/14: gnu: texmacs: Add libxcrypt dependency., guix-commits, 2024/06/18
- 06/14: gnu: swi-prolog: Add libxcrypt dependency., guix-commits, 2024/06/18
- 08/14: gnu: squid: Add libxcrypt dependency., guix-commits, 2024/06/18
- 01/14: gnu: xscreensaver: Add libxcrypt dependency., guix-commits, 2024/06/18
- 04/14: gnu: lsh: Add libxcrypt dependency., guix-commits, 2024/06/18
- 07/14: gnu: passwdqc: Add libxcrypt dependency., guix-commits, 2024/06/18
- 05/14: gnu: policycoreutils: Add libxcrypt dependency., guix-commits, 2024/06/18
- 02/14: gnu: xtrlock: Add libxcrypt dependency.,
guix-commits <=
- 14/14: gnu: opendoas: Add libxcrypt dependency., guix-commits, 2024/06/18
- 09/14: gnu: gsequencer: Add libxcrypt dependency., guix-commits, 2024/06/18
- 10/14: gnu: pounce: Add libxcrypt dependency., guix-commits, 2024/06/18
- 11/14: gnu: opensmtpd: Add libxcrypt dependency., guix-commits, 2024/06/18
- 12/14: gnu: gnurobots: Add libxcrypt dependency., guix-commits, 2024/06/18
- 13/14: gnu: pies: Add libxcrypt dependency., guix-commits, 2024/06/18