summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-07-04 01:43:41 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-08-11 02:00:43 +0200
commitb3543e6c79d547434c231eadc5089c720755ff73 (patch)
tree61ba67762567d1836c1d5f428ea406c1e3eb90c5 /gnu/local.mk
parentfc79867da9706fa24b71beb1f06a4dca3e77be49 (diff)
downloadguix-patches-b3543e6c79d547434c231eadc5089c720755ff73.tar
guix-patches-b3543e6c79d547434c231eadc5089c720755ff73.tar.gz
gnu: Add oath-toolkit.
* gnu/packages/authentication.scm: New file. (oath-toolkit): New public variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add the new file.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 98373aa2fe..dee36f8b44 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -68,6 +68,7 @@ GNU_SYSTEM_MODULES = \
%D%/packages/attr.scm \
%D%/packages/audio.scm \
%D%/packages/augeas.scm \
+ %D%/packages/authentication.scm \
%D%/packages/autogen.scm \
%D%/packages/autotools.scm \
%D%/packages/avahi.scm \