diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-05-11 22:13:59 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-05-11 22:13:59 +0200 |
commit | f7ce90e7b94bc06aae8a28d493242969fbe7737c (patch) | |
tree | 853b1958eb296e864db69bac096ce8e31e38165f /Makefile.am | |
parent | 35ff176877886ee335ecfd2dfc43a3290d10b9ff (diff) | |
download | guix-f7ce90e7b94bc06aae8a28d493242969fbe7737c.tar guix-f7ce90e7b94bc06aae8a28d493242969fbe7737c.tar.gz |
gnu: Add Scheme48.
* gnu/packages/scheme.scm (scheme48): New variable.
* gnu/packages/patches/scheme48-tests.patch: New file.
* Makefile.am (dist_patch_DATA): 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 6786bd7327..5370b104af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -253,6 +253,7 @@ dist_patch_DATA = \ gnu/packages/patches/procps-make-3.82.patch \ gnu/packages/patches/qemu-multiple-smb-shares.patch \ gnu/packages/patches/readline-link-ncurses.patch \ + gnu/packages/patches/scheme48-tests.patch \ gnu/packages/patches/tar-gets-undeclared.patch \ gnu/packages/patches/tcsh-fix-autotest.patch \ gnu/packages/patches/teckit-cstdio.patch \ |