aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/glibc-hurd-gettyent.patch
diff options
context:
space:
mode:
authorCharles <charles.b.jackson@protonmail.com>2021-09-27 20:44:17 -0500
committerGuillaume Le Vaillant <glv@posteo.net>2021-09-28 10:30:23 +0200
commit946ac3467e77c5c190f563979901ccc4ac9dacef (patch)
treedc1920c6d465678f4e03a5176796619f101151de /gnu/packages/patches/glibc-hurd-gettyent.patch
parent9bf9dd79ef907a7faab012f1c60c09e0819e179f (diff)
downloadguix-946ac3467e77c5c190f563979901ccc4ac9dacef.tar.gz
guix-946ac3467e77c5c190f563979901ccc4ac9dacef.zip
gnu: sbcl: Update to 2.1.9.
* gnu/packages/lisp.scm (sbcl): Update to 2.1.9. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages/patches/glibc-hurd-gettyent.patch')
0 files changed, 0 insertions, 0 deletions
plates rather than source, hence shouldn't be checked in. * .gitignore: Add a glob pattern to ignore .pot files. Maxim Cournoyer 2020-10-20gitignore: Ignore generated guile binary and intermediate products....* .gitignore: Ignore guile, guile-guile-launcher.o, .deps and .dirstamp. Julien Lepiller 2020-09-17guix-install.sh: Support OpenRC....* etc/guix-install.sh (chk_init_sys): Detect OpenRC. (sys_enable_guix_daemon): Install & enable the Guix daemon on such systems. * etc/openrc/guix-daemon.in: New file. * nix/local.mk: Add a rule for it. (openrcservicedir, nodist_openrcservice_DATA): New variables. (CLEANFILES, EXTRA_DIST): Add them. * .gitignore: Ignore etc/openrc/guix-daemon. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Morgan Smith 2020-07-17gitignore: Don't ignore daemon source code....Remove files that are included in the repository from .gitignore. This improves the behavior of some code-searching tools. Jakub Kądziołka 2020-06-28.gitignore: Ignore 'etc/committer.scm'....* .gitignore: Add '/etc/committer.scm'. Brice Waegeneire