diff options
author | Andreas Enge <andreas@enge.fr> | 2013-08-24 10:51:56 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-08-24 10:51:56 +0200 |
commit | 8f8b24512a01097b753bfb3a98c5c6dc94e504e6 (patch) | |
tree | 9ae4abe7c192cbd2c9d888d1c6e5c7add9a039dd /gnu-system.am | |
parent | eb4b2ab6a87b2d63b6845848d760e594f62939c6 (diff) | |
download | guix-8f8b24512a01097b753bfb3a98c5c6dc94e504e6.tar guix-8f8b24512a01097b753bfb3a98c5c6dc94e504e6.tar.gz |
gnu: Add units.
* gnu/packages/maths.scm: New module.
* gnu-system.am (GNU_SYSTEM_MODULES): Add module.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 9ee2963e19..a435ed4ed6 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -115,6 +115,7 @@ GNU_SYSTEM_MODULES = \ gnu/packages/m4.scm \ gnu/packages/mailutils.scm \ gnu/packages/make-bootstrap.scm \ + gnu/packages/maths.scm \ gnu/packages/mit-krb5.scm \ gnu/packages/mp3.scm \ gnu/packages/multiprecision.scm \ |