description | Custom package definitions for GNU Guix. |
owner | Ricardo Wurmus |
last change | Sun, 17 Dec 2017 21:12:33 +0000 (22:12 +0100) |
URL | https://git.elephly.net/software/guix-rekado.git |
This repository provides package definitions for the functional package manager GNU Guix.
The packages in this repository fall into one of the following categories:
Guix looks for package definitions in every module that can be found
on the GUIX_PACKAGE_PATH
, an environment variable holding a list of
directories.
To enable the fully libre-licensed packages, add the “libre” directory
to the GUIX_PACKAGE_PATH
:
export GUIX_PACKAGE_PATH=/path/to/libre:${GUIX_PACKAGE_PATH}
If you also want to use the tainted or non-free packages you need to
also add the “non-free” directory to the GUIX_PACKAGE_PATH
variable:
export GUIX_PACKAGE_PATH=/path/to/non-free:${GUIX_PACKAGE_PATH}
4 years ago | master | shortlog | log | tree |