This package browser is in early development. Mind the rough edges.

nsncd

The name service non-caching daemon

This package provides nscd, a daemon compatible that proxies lookups, compatible with the GNU C Library's nscd, but without caching. It can be used in situations where you want to make an application use NSS plugins available to a different libc than the one the application will load.

Installation

Install the latest version of nsncd as follows:

guix install nsncd

Or install a particular version:

guix install nsncd@1.5.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of nsncd about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/nsncd'><img src='https://packages.guix.gnu.org/packages/nsncd/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/nsncd/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/nsncd)

Example Org:

[[https://packages.guix.gnu.org/packages/nsncd][https://packages.guix.gnu.org/packages/nsncd/badges/latest-version.svg]]