A Guix channel providing pretty Easy privacy ( p≡p)
Go to file
Hartmut Goebel 4a111b7e07 python-pep-adapter: Fix build for current guix.
Current guix added a phase "sanity-check" which tries to import the
packages. Thus $HOME needs to be set.
2022-01-07 11:57:48 +01:00
pEp python-pep-adapter: Fix build for current guix. 2022-01-07 11:57:48 +01:00
.dir-locals.el Initial commit. 2020-04-25 22:56:18 +02:00
.gitignore Update .gitignore. 2020-04-30 10:45:07 +02:00
Fix-pgp_sequoia-for-sequoia-v1.0.0.patch gnu: pep-engine: Add hahes and patches for older versions. 2021-11-15 11:32:19 +01:00
README.md Readme: Fix typo. 2020-08-21 15:53:50 +02:00
projectlogo.gif Initial commit. 2020-04-25 22:56:18 +02:00

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.