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

libfaketime

Fake the system time for single applications

The libfaketime library allows users to modify the system time that an application "sees". It is meant to be loaded using the dynamic linker's LD_PRELOAD environment variable. The faketime command provides a simple way to achieve this.

Installation

Install the latest version of libfaketime as follows:

guix install libfaketime

Or install a particular version:

guix install libfaketime@0.9.10

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 libfaketime about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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