1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 19:11:46 +02:00

Add (guix pki).

* guix/pki.scm, tests/pki.scm: New files.
* Makefile.am (MODULES): Add 'guix/pki.scm'.
  (SCM_TESTS): Add 'tests/pki.scm'.
This commit is contained in:
Ludovic Courtès
2013-12-29 15:53:49 +01:00
parent 3f40cfdece
commit 8b420f74e4
3 changed files with 185 additions and 0 deletions
+2
View File
@@ -31,6 +31,7 @@ MODULES = \
guix/records.scm \
guix/hash.scm \
guix/pk-crypto.scm \
guix/pki.scm \
guix/utils.scm \
guix/download.scm \
guix/monads.scm \
@@ -111,6 +112,7 @@ SCM_TESTS = \
tests/base32.scm \
tests/hash.scm \
tests/pk-crypto.scm \
tests/pki.scm \
tests/builders.scm \
tests/derivations.scm \
tests/ui.scm \