summaryrefslogtreecommitdiff
path: root/gnu-system.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-01-13 18:53:26 +0100
committerLudovic Courtès <ludo@gnu.org>2014-01-13 18:53:26 +0100
commit3e424f2541fc4c9ff972f3d0009266280dd6b5de (patch)
treececba0405bf71a3e016e5a3a9b607ab07f280944 /gnu-system.am
parenteb9a9feefdcf1ea602468fa6fbbfa1ea0539dee9 (diff)
downloadguix-patches-3e424f2541fc4c9ff972f3d0009266280dd6b5de.tar
guix-patches-3e424f2541fc4c9ff972f3d0009266280dd6b5de.tar.gz
gnu: Add libtirpc.
* gnu/packages/onc-rpc.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r--gnu-system.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am
index fbf61d6ec1..52d1ff8044 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -1,5 +1,5 @@
# GNU Guix --- Functional package management for GNU
-# Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org>
+# Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org>
# Copyright © 2013 Andreas Enge <andreas@enge.fr>
# Copyright © 2013 Mark H Weaver <mhw@netris.org>
#
@@ -145,6 +145,7 @@ GNU_SYSTEM_MODULES = \
gnu/packages/ocaml.scm \
gnu/packages/ocrad.scm \
gnu/packages/oggvorbis.scm \
+ gnu/packages/onc-rpc.scm \
gnu/packages/openldap.scm \
gnu/packages/openssl.scm \
gnu/packages/package-management.scm \