aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/acl.scm
AgeCommit message (Collapse)Author
2014-11-18gnu: acl: Towards tests; enable infrastructure, but keep tests disabledAndreas Enge
since they fail. * gnu/packages/acl.scm (acl): Correct test target, add inputs perl and sed, replace "/bin/sh" in perl test script.
2014-11-18gnu: acl: Also install header files.Andreas Enge
* gnu/packages/acl.scm (acl): Install header files. Drop unneeded phase PATCH-MAKEFILE-SHELL.
2014-10-26gnu: acl: Install library and disable failing test suite.Mark H Weaver
Previously, this package was completely broken. It installed only binaries that failed to run for lack of the shared library. * gnu/packages/acl.scm (acl): Disable tests. Remove customized 'check' phase that ran tests and ignored errors. Remove 'perl' as input, needed only for tests. Replace 'install' phase with one that includes 'install-lib' target.
2014-07-20gnu: acl: Update to 2.2.52.Jason Self
* gnu/packages/acl.scm (acl): Update to version 2.2.52.
2013-11-20gnu: gettext: Rename binding to 'gnu-gettext'.Ludovic Courtès
* gnu/packages/gettext.scm (gettext): Rename to... (gnu-gettext): ... this. This is used to work around the circular dependency introduced in commit c42a4b7, which users with a #:renamer cannot cope with. * gnu/packages/acl.scm, gnu/packages/attr.scm, gnu/packages/cdrom.scm, gnu/packages/fdisk.scm, gnu/packages/gkrellm.scm, gnu/packages/glib.scm, gnu/packages/gnunet.scm, gnu/packages/grub.scm, gnu/packages/linux.scm, gnu/packages/maths.scm, gnu/packages/nano.scm, gnu/packages/parted.scm, gnu/packages/system.scm, gnu/packages/version-control.scm, gnu/packages/vpn.scm, gnu/packages/w3m.scm, gnu/packages/wget.scm: Adjust accordingly.
2013-06-22gnu: acl, attr: Make `gettext' a native input.Ludovic Courtès
* gnu/packages/acl.scm (acl): Make `gettext' a native input, always. * gnu/packages/attr.scm (attr): Likewise.
2013-06-21build-system/gnu: Unify with (guix build-system gnu-cross-build).Ludovic Courtès
* guix/build/gnu-build-system.scm (set-paths): Add `native-inputs' and `native-search-paths' keyword parameters. Honor them. (configure): Add `target' and `native-inputs' keyword parameters. Look for Bash in NATIVE-INPUTS or INPUTS. Pass `--host' when TARGET is true. (strip): Add `strip-command' keyword parameter. Use it. * guix/build/gnu-cross-build.scm: Remove. * Makefile.am (MODULES): Adjust accordingly. * gnu/packages/acl.scm, gnu/packages/attr.scm, gnu/packages/base.scm, gnu/packages/bash.scm, gnu/packages/gawk.scm, gnu/packages/gettext.scm, gnu/packages/guile.scm, gnu/packages/libffi.scm, gnu/packages/libsigsegv.scm, gnu/packages/linux.scm, gnu/packages/ncurses.scm, gnu/packages/readline.scm, guix/build-system/gnu.scm: Replace `%standard-cross-phases' by `%standard-phases'. Remove references to (guix build gnu-cross-build).
2013-05-25gnu: gettext, attr, acl: Disable `check' phase twiddling when cross building.Ludovic Courtès
* gnu/packages/gettext.scm (gettext)[arguments]: Disable `check' phase manipulations when (%current-target-system) is true. * gnu/packages/attr.scm (attr)[arguments]: Likewise. * gnu/packages/acl.scm (acl)[arguments]: Likewise.
2013-02-01gnu: Fix invalid `license' fields.Ludovic Courtès
* gnu/packages/acl.scm (acl): Change `license' field to refer to the `license' objects. * gnu/packages/attr.scm (attr): Likewise. * gnu/packages/compression.scm (xz): Likewise. * gnu/packages/global.scm (global): Likewise. * gnu/packages/linux.scm (linux-libre-headers): Likewise.
2013-01-18distro: Change the module name space to (gnu ...).Ludovic Courtès
* 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.