![]() Current guix added a phase "sanity-check" which tries to import the packages. Thus $HOME needs to be set. |
||
---|---|---|
pEp | ||
.dir-locals.el | ||
.gitignore | ||
Fix-pgp_sequoia-for-sequoia-v1.0.0.patch | ||
README.md | ||
projectlogo.gif |
README.md
p≡p 4 Guix
p≡p 4 Guix is a software repository for the GNU Guix package manager, which packages pretty Easy privacy (p≡p).
Warning
This is a contributed channel, not an offical one.
Installation
p≡p 4 Guix can be installed as a
Guix channel.
To do so, add it to ~/.config/guix/channels.scm
:
(cons* (channel
(name 'pEp4guix)
(url "https://gitlab.digitalcourage.de/htgoebel/pep4guix")
(branch "master"))
%default-channels)
Contributing
Contributions are welcome! If there's a package you would like to add, just fork the repository and create a Merge Request when your package is ready. Keep in mind:
-
p≡p 4 Guix follows the same coding style as GNU Guix. If you don't use Emacs, you should make use of the indent script from the GNU Guix repository (
./etc/indent-code.el
). -
Commit messages should follow the same conventions set by GNU Guix.