aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorcage <cage-dev@twistfold.it>2022-03-19 11:04:20 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2022-03-21 09:30:07 +0100
commit0afea4a7906f3d53d138bbec12a3a35cb4bbfd7d (patch)
tree50fc5ac467864baae66661f9c302efa3974c9d71 /Makefile.am
parent91bbed89b52eb64ee2388bf58be44eb5ae6a9dbb (diff)
downloadguix-0afea4a7906f3d53d138bbec12a3a35cb4bbfd7d.tar.gz
guix-0afea4a7906f3d53d138bbec12a3a35cb4bbfd7d.zip
gnu: cl-croatoan: Update to 0.0.1-5.5d0949d.
* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.0.1-5.5d0949d. [inputs]: Use new style. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions
f'>gnu: coreutils: Use upstream's fix for 'tail'....* gnu/packages/patches/coreutils-racy-tail-test.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/base.scm (coreutils)[source]: Replace this patch with upstream's fix for 'tail'. Ludovic Courtès 2015-10-03gnu: glibc: Do not abort when incompatible locale data is found....* gnu/packages/patches/glibc-locale-incompatibility.patch: New file. * gnu/packages/base.scm (glibc)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it. Ludovic Courtès 2015-09-30gnu: libc: Look for locale data under /run/current-system/locale/X.Y....* gnu/packages/base.scm (glibc)[arguments]: Append VERSION to 'libc_cv_localedir'. * gnu/system/locale.scm (localedef-command): Write to the sub-directory called (package-version libc) in #$output. (locale-directory): Create said directory. * doc/guix.texi (Locales): Mention the per-version sub-directory. Ludovic Courtès 2015-09-25gnu: glibc-locales: Update to glibc 2.22....* gnu/packages/base.scm (glibc-locales)[arguments]: Remove 'delete-file-recursively' call from 'build' phase. * gnu/packages/patches/glibc-locales.patch: Adjust to glibc 2.22. Ludovic Courtès 2015-09-22Merge branch 'master' into core-updatesMark H Weaver 2015-09-14doc: Use the recommended Scheme format....Apply the recommended formatting rules from '.dir-locals.el' to the examples in the manual in order to fulfill it's purpose of being a reference. * doc/package-hello.scm: Indent it. * doc/guix.texi (Defining Packages, Version Numbers): Likewise. * gnu/packages/base.scm (hello): Be consistent with the manual. Mathieu Lirzin 2015-09-11gnu: coreutils: Skip racy 'tail' tests....This works around <http://bugs.gnu.org/21460>. * gnu/packages/patches/coreutils-racy-tail-test.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (coreutils): Use it. Ludovic Courtès 2015-09-08gnu: glibc: Patch 'openat64', which was buggy on 32-bit platforms....* gnu/packages/patches/glibc-o-largefile.patch: New file. * gnu/packages/base.scm (glibc)[source]: Add it to 'patches'. * gnu-system.am (dist_patch_DATA): Add it. Ludovic Courtès 2015-09-06gnu: coreutils-light: Rename to coreutils-minimal....* gnu/packages/base.scm (coreutils-light): Rename to ... (coreutils-minimal): ...this. * gnu/packages/commencement.scm (%boot5-inputs): Use it. Alex Kost 2015-09-04gnu: base: Add glibc-hurd and hurd-minimal....* gnu/packages/base.scm (glibc/hurd, glibc/hurd-headers): New variables. * gnu/packages/hurd.scm (hurd-minimal): New variable. * gnu/packages/patches/glibc-hurd-extern-inline.patch: New file. * gnu/packages/patches/libpthread-glibc-preparation.patch: New file. * gnu-system.am (dist_patch_DATA): Add them. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Co-authored-by: Mark H Weaver <mhw@netris.org> Manolis Ragkousis 2015-09-04gnu: coreutils: Drop dependency on libcap when cross-compiling....* gnu/packages/base.scm (coreutils)[inputs]: Drop LIBCAP when (%current-target-system) is true. Ludovic Courtès 2015-09-02gnu: coreutils: Add dependency on libcap....* gnu/packages/base.scm (coreutils)[inputs]: Add LIBCAP. Ludovic Courtès 2015-09-02gnu: glibc: Upgrade to 2.22....* gnu/packages/base.scm (glibc): Upgrade to 2.22. (coreutils-light): New variable. * gnu/packages/commencement.scm (locale-proof-package): New procedure. (%boot5-inputs): Add LD-WRAPPER, BINUTILS-FINAL, BASH-FINAL, GNU-MAKE, DIFFUTILS, FINDUTILS, COREUTILS-LIGHT (pass through 'new-libc-package'), and %BOOTSTRAP-COREUTILS&CO (passed through 'locale-proof-package'.) Ludovic Courtès 2015-08-30gnu: glibc: _PATH_BSHELL refers to our static bash....* gnu/packages/base.scm (glibc)[arguments]: Change _PATH_BSHELL in paths.h to refer to STATIC-BASH. Ludovic Courtès 2015-08-30gnu: glibc: Use 'modify-phases'....* gnu/packages/base.scm (glibc)[arguments]: Use 'modify-phases' instead of 'alist-cons-before'. Ludovic Courtès 2015-08-29gnu: glibc: Do not copy static Bash binary to bin/....This avoids problems when installing 'glibc' in a profile, where glibc's limited 'bash' would take precedence over the valid 'bash'. * gnu/packages/base.scm (glibc)[arguments]: Do not copy STATIC-BASH to OUT/bin. Instead, simply refer to it directly. [inputs]: Use STATIC-BASH instead of BASH-LIGHT. * gnu/packages/commencement.scm (static-bash-for-glibc): Likewise. (glibc-final)[arguments]: Add STATIC-BASH-FOR-GLIBC to #:allowed-references. (gcc-final)[arguments]: Likewise. [native-inputs]: Add "static-bash". Ludovic Courtès 2015-08-29gnu: binutils: Upgrade to 2.25.1....* gnu/packages/base.scm (binutils): Upgrade to 2.25.1. Ludovic Courtès