summaryrefslogtreecommitdiff
path: root/gnu/packages/file.scm
Commit message (Collapse)AuthorAge
* gnu: file: Upgrade to 5.18.Mark H Weaver2014-04-02
| | | | * gnu/packages/file.scm (file): Upgrade to 5.18.
* gnu: file: Upgrade to 5.16.John Darrington2014-02-03
| | | | | | * gnu/packages/file.scm (file): Upgrade to 5.16. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: file: Fixed cross-compilation.John Darrington2013-12-13
| | | | | | * gnu/packages/file.scm (file): [(eq? (%current-target-system) #f)] Add native-inputs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* 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.