[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/61: gnu: Add nsncd.
From: |
guix-commits |
Subject: |
06/61: gnu: Add nsncd. |
Date: |
Thu, 28 Mar 2024 12:00:55 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit d2407ac2bcc65f56b0bd957497acfd118f8d7338
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 27 13:17:29 2024 +0200
gnu: Add nsncd.
* gnu/packages/rust-apps.scm (nsncd): New variable.
Change-Id: I2f2fe769321dcfa1043b2427b474bf615eb22091
---
gnu/packages/rust-apps.scm | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 3cce410ca7..1d8fd385c7 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1502,6 +1502,51 @@ is being designed to work with Podman but is also
applicable for other OCI
container management applications.")
(license license:asl2.0)))
+(define-public nsncd
+ (package
+ (name "nsncd")
+ (version "1.4.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/twosigma/nsncd")
+ (commit (string-append "v" version))))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "03z0fkdp959laa21839y6wz00rg25zvxvr14i1ailj7nkwhysdcx"))
+ (modules '((guix build utils)))
+ (snippet
+ '(begin (substitute* (find-files "." "^Cargo\\.toml$")
+ (("\"~([[:digit:]]+(\\.[[:digit:]]+)*)" _ version)
+ (string-append "\"^" version)))))))
+ (build-system cargo-build-system)
+ (arguments
+ (list
+ #:cargo-inputs `(("rust-anyhow" ,rust-anyhow-1)
+ ("rust-atoi" ,rust-atoi-0.4)
+ ("rust-slog" ,rust-slog-2)
+ ("rust-slog-async" ,rust-slog-async-2)
+ ("rust-slog-term" ,rust-slog-term-2)
+ ("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5)
+ ("rust-nix" ,rust-nix-0.21)
+ ("rust-num-derive" ,rust-num-derive-0.3)
+ ("rust-num-traits" ,rust-num-traits-0.2)
+ ("rust-sd-notify" ,rust-sd-notify-0.3)
+ ("rust-once-cell" ,rust-once-cell-1)
+ ("rust-static-assertions" ,rust-static-assertions-1))
+ #:cargo-development-inputs `(("rust-criterion" ,rust-criterion-0.3)
+ ("rust-temp-env" ,rust-temp-env-0.3))
+ #:install-source? #f))
+ (home-page "https://github.com/twosigma/nsncd")
+ (synopsis "Name service non-caching daemon")
+ (description
+ "Nsncd implements the @acronym{NSCD, name-service caching daemon} protocol
+to provide out-of-process NSS lookups but does not implement caching. It is
+designed to provide high-performance NSS lookups for programs that are not
using
+the system libc, while providing semantics as if NSCD were not being used.")
+ (license license:asl2.0)))
+
(define-public ripgrep
(package
(name "ripgrep")
- 18/61: gnu: rust-windows-x86-64-gnu-0.48: Update to 0.48.5., (continued)
- 18/61: gnu: rust-windows-x86-64-gnu-0.48: Update to 0.48.5., guix-commits, 2024/03/28
- 17/61: gnu: rust-windows-targets-0.48: Update to 0.48.5., guix-commits, 2024/03/28
- 27/61: gnu: rust-zstd-sys-2: Update to 2.0.10., guix-commits, 2024/03/28
- 22/61: gnu: rust-cargo-credential-0.4: Update to 0.4.4., guix-commits, 2024/03/28
- 15/61: gnu: rust-windows-i686-gnu-0.48: Update to 0.48.5., guix-commits, 2024/03/28
- 26/61: gnu: rust: Skip another test on riscv64-linux., guix-commits, 2024/03/28
- 38/61: gnu: Add rust-tectonic-engine-spx2html-0.3., guix-commits, 2024/03/28
- 42/61: gnu: Add rust-watchexec-2., guix-commits, 2024/03/28
- 02/61: gnu: rust-nix-0.21: Update to 0.21.2., guix-commits, 2024/03/28
- 04/61: gnu: rust-slog-async-2: Update to 2.8.0., guix-commits, 2024/03/28
- 06/61: gnu: Add nsncd.,
guix-commits <=
- 14/61: gnu: rust-windows-aarch64-msvc-0.48: Update to 0.48.5., guix-commits, 2024/03/28
- 29/61: gnu: rust-nix-0.22: Run the tests., guix-commits, 2024/03/28
- 28/61: gnu: rust-zstd-sys-2: Unbundle zstd., guix-commits, 2024/03/28
- 30/61: gnu: Add rust-clearscreen-2., guix-commits, 2024/03/28
- 24/61: gnu: rust-cargo-credential-wincred-0.4: Update to 0.4.3., guix-commits, 2024/03/28
- 20/61: gnu: rust-windows-x86-64-msvc-0.48: Update to 0.48.5., guix-commits, 2024/03/28
- 31/61: gnu: Add rust-open-4., guix-commits, 2024/03/28
- 10/61: gnu: rust-nix-0.26: Update to 0.26.4., guix-commits, 2024/03/28
- 34/61: gnu: Add rust-tectonic-bridge-core-0.4., guix-commits, 2024/03/28
- 41/61: gnu: rust-tectonic-xetex-layout-0.2: Update to 0.2.4., guix-commits, 2024/03/28