summaryrefslogtreecommitdiff
path: root/gnu-system.am
Commit message (Collapse)AuthorAge
* gnu: Add noweb.Ludovic Courtès2013-07-03
| | | | | * gnu/packages/noweb.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add GNU Rush.Ludovic Courtès2013-06-29
| | | | | * gnu/packages/rush.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnutls: fix the test-suite for 32 bits systems.Cyril Roelandt2013-06-28
| | | | | | | | | * gnu/packages/patches/gnutls-fix-tests-on-32-bits-system.patch: New file. * gnu-system.am: Add it here... * gnu/packages/gnutls.scm (gnutls): ... and use it here. Thanks to Nikos Mavrogiannopoulos for providing this patch: http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/6778
* gnu: lsh: Upgrade to 2.1.Ludovic Courtès2013-06-27
| | | | | | | | | * gnu/packages/lsh.scm (lsh): Upgrade to 2.1. Add Nettle as an input. Remove now unneeded patches. * gnu/packages/patches/lsh-guile-compat.patch, gnu/packages/patches/lsh-no-root-login.patch, gnu/packages/patches/lsh-pam-service-name.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove them.
* build: Split Makefile.am into two parts.Ludovic Courtès2013-06-19
* Makefile.am (MODULES): Move gnu/* to gnu-system.am. (patchdir, dist_patch_DATA, bootstrapdir, bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir, dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA, nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA, install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE, gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz, gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to... * gnu-system.am: ... here. New file.