summaryrefslogtreecommitdiff
path: root/gnu/packages/mit-krb5.scm
Commit message (Collapse)AuthorAge
* gnu: mit-krb5: Build with GCC 4.7.Ludovic Courtès2013-11-26
| | | | | * gnu/packages/mit-krb5.scm (mit-krb5): Make BISON and PERL native inputs. Add GCC-4.7 as a native input.
* gnu: mit-krb5: don't assume arguments are evaluated right-to-left.Mark H Weaver2013-11-04
| | | | | | | * gnu/packages/patches/mit-krb5-init-fix.patch: New file. * gnu/packages/mit-krb5.scm (mit-krb5): Apply patch at the end of the custom unpack phase. * gnu-system.am (dist_patch_DATA): Add patch.
* gnu: mit-krb5: Update to 1.11.3.Andreas Enge2013-10-29
| | | | * gnu/packages/mit-krb5.scm (mit-krb5): Update to 1.11.3.
* gnu: Remove unnecessary closures around `arguments' value.Ludovic Courtès2013-01-23
| | | | | | | | | * gnu/packages/algebra.scm (pari-gp): Remove closure around the value of `arguments'. * gnu/packages/bdb.scm (bdb): Likewise. * gnu/packages/mit-krb5.scm (mit-krb5): Likewise. * gnu/packages/openssl.scm (openssl): Likewise. * gnu/packages/perl.scm (perl): Likewise.
* gnu: mit-krb5: Patch and enable tests.Andreas Enge2013-01-20
| | | | * gnu/packages/mit-krb5.scm (mit-krb5): Enable patched tests.
* distro: Rename (distro) to (gnu packages).Ludovic Courtès2013-01-18
| | | | | | | * distro.scm: Rename to... * gnu/packages.scm: ... this. Update all users accordingly. * Makefile.am (MODULES): Adjust accordingly. * po/POTFILES.in: Likewise.
* distro: Change the module name space to (gnu ...).Ludovic Courtès2013-01-18
* distro: Rename to... * gnu: ... this. Update module names accordingly. * Makefile.am: Adjust accordingly. * po/POTFILES.in: Likewise. * distro.scm: Search for files under /gnu/packages instead of /distro/packages. * gnu/packages/base.scm (ld-wrapper-boot3): Likewise.