diff options
author | Eric Bavier <bavier@member.fsf.org> | 2014-03-06 14:16:18 -0600 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2014-03-07 10:11:12 -0600 |
commit | 583103416dc868826ef573b55c2e6657cd62eb36 (patch) | |
tree | 27e89e0a82f646d954e0ee5815d1dc62dc111216 /gnu-system.am | |
parent | cafb92d853c66b677111594727c586b87bbdd58f (diff) | |
download | guix-583103416dc868826ef573b55c2e6657cd62eb36.tar guix-583103416dc868826ef573b55c2e6657cd62eb36.tar.gz |
gnu: Add a2ps, trueprint, enscript, and source-highlight
* gnu/packages/pretty-print.scm: New file
* gnu/packages/patches/source-highlight-regexrange-test.patch: New file
* gnu-system.am (dist_patch_DATA): Add patch.
(GNU_SYSTEM_MODULES): Add pretty-print.scm
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index ff45aa7764..2eae1483cc 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -176,6 +176,7 @@ GNU_SYSTEM_MODULES = \ gnu/packages/popt.scm \ gnu/packages/pth.scm \ gnu/packages/pulseaudio.scm \ + gnu/packages/pretty-print.scm \ gnu/packages/python.scm \ gnu/packages/qemu.scm \ gnu/packages/qt.scm \ @@ -322,6 +323,7 @@ dist_patch_DATA = \ gnu/packages/patches/slim-session.patch \ gnu/packages/patches/slim-config.patch \ gnu/packages/patches/slim-sigusr1.patch \ + gnu/packages/patches/source-highlight-regexrange-test.patch \ gnu/packages/patches/tcsh-fix-autotest.patch \ gnu/packages/patches/teckit-cstdio.patch \ gnu/packages/patches/valgrind-glibc.patch \ |