diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-05-07 00:12:18 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-05-07 00:12:18 +0200 |
commit | 39b33961e9d0df6f1373e846ab14dc857a6fa5b5 (patch) | |
tree | 574cce7e4d43d80383dd71a4c1116336b695b00a /Makefile.am | |
parent | 6d267f0a5b745f282757c29af26c571f590b4144 (diff) | |
download | guix-39b33961e9d0df6f1373e846ab14dc857a6fa5b5.tar guix-39b33961e9d0df6f1373e846ab14dc857a6fa5b5.tar.gz |
gnu: Add GNU FreeIPMI.
* gnu/packages/freeipmi.scm: New file.
* Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e2d8100e11..867db807bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -93,6 +93,7 @@ MODULES = \ gnu/packages/file.scm \ gnu/packages/flex.scm \ gnu/packages/fontutils.scm \ + gnu/packages/freeipmi.scm \ gnu/packages/gawk.scm \ gnu/packages/gcc.scm \ gnu/packages/gdb.scm \ |