From 550640a5b7aea4764d1ea179df98da6862d52e3e Mon Sep 17 00:00:00 2001 From: Josselin Poiret Date: Sun, 18 Feb 2024 12:07:54 +0100 Subject: gnu: slock: Add libxcrypt dependency. * gnu/packages/suckless.scm (slock): Add libxcrypt dependency. Change-Id: I022b4886b1b05156d623a6e0b2d9bbffe6af74d4 --- gnu/packages/suckless.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/suckless.scm') diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index 9cd35bf4a3..30b02a451e 100644 --- a/gnu/packages/suckless.scm +++ b/gnu/packages/suckless.scm @@ -38,6 +38,7 @@ #:use-module (gnu packages) #:use-module (gnu packages base) #:use-module (gnu packages crates-io) + #:use-module (gnu packages crypto) #:use-module (gnu packages compression) #:use-module (gnu packages cups) #:use-module (gnu packages fonts) @@ -358,7 +359,7 @@ numbers of user-defined menu items efficiently.") #:phases #~(modify-phases %standard-phases (delete 'configure)))) (inputs - (list libx11 libxext libxinerama libxrandr)) + (list libx11 libxcrypt libxext libxinerama libxrandr)) (home-page "https://tools.suckless.org/slock/") (synopsis "Simple X session lock") (description -- cgit v1.2.3 ckages/telephony.scm'>logtreecommitdiff
path: root/gnu/packages/telephony.scm
AgeCommit message (Expand)Author
2024-11-14gnu: mumble: Update to 1.5.634, fix aarch64 build....[[PGP Signed Part:No public key for 3DECC105F5DD2382 created at 2024-10-28T20:22:22+0100 using RSA]] TestPacketDataStream failed to pass for aarch64 under 1.4.287 as described in <https://github.com/mumble-voip/mumble/issues/3845>. The new release fixes that. The new version changes some bundled dependencies. Some of them are only kept during the build for the sake of generating the text shown for third-party licenses under the "About" dialog. * gnu/packages/telephony.scm (mumble): Update to 1.5.634. [source]: Update 3rd party dirs kept during build. [arguments]: Update build options for bundled dependencies. [inputs]: Depend on OpenSSL 3 and N. Lohmann's JSON lib. [license]: Update licenses for bundled dependencies. Change-Id: I39498ffa143e4416b06a6aa1a31fd46cd0ba2e3b Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ivan Vilata i Balaguer
2024-10-15gnu: sipwitch: Fix build....* gnu/packages/telephony.scm (sipwitch): Fix build. [origin]<patches>: Add sipwitch-fix-build-with-exosip5.patch here... * gnu/packages/patches: ...here and... * gnu/local.mk: ...here. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nicolas Graves
2024-10-15gnu: exosip: Update to 5.3.0. [security fixes]...This fixes CVE-2014-10375. * gnu/packages/telephony.scm (exosip): Update to 5.3.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nicolas Graves
2024-10-15gnu: osip: Update to 5.3.1....* gnu/packages/telephony.scm (osip): Update to 5.3.1. [origin]<patches>: Remove patch. * gnu/packages/patches/osip-CVE-2017-7853.patch : Remove it. * gnu/local.mk: Remove patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nicolas Graves