aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
blob: 1e30a74a64f51ec735dcc44ff4dfe5fa4fa13c6f (about) (plain)
1
2
3
4
5
6
7
8
9
GNU Guix consists of Scheme code that implements the deployment model
of the Nix package management tool.  In fact, it currently talks to a
build daemon whose code comes from Nix (see the manual for details.)

Nix was initially written by Eelco Dolstra; other people have been
contributing to it.  See `nix/AUTHORS' for details.

The list of GNU Guix contributors is now generated from the output of
'git log' and written to this file, as can be seen in release tarballs.
uix/commit/gnu/packages/c.scm?id=dc90c0807d0a46cdd4b0a2c2b3f9becca9f97285'>gnu: renameat2: Move to (gnu packages linux)....Being Linux-specific, that's probably a better home. * gnu/packages/c.scm (renameat2): Move to... * gnu/packages/linux.scm (renameat2): ... here. Maxim Cournoyer 2023-06-18gnu: Add renameat2....* gnu/packages/c.scm (renameat2): New variable. Maxim Cournoyer 2023-05-14gnu: Add c-rrb....* gnu/packages/c.scm (c-rrb): New variable. Liliana Marie Prikler 2023-05-11gnu: Add ISPC....* gnu/packages/c.scm (ispc): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> zamfofex 2023-04-01gnu: utf8-h: Install header under include/utf8 prefix....This is to standardize with the usage of the library in the package's only current user, OpenBoardView. It also matches the installation layout of the Arch package, which is made by its author. * gnu/packages/c.scm (utf8-h) [arguments]: Use gexps. Adjust installation prefix to 'include/utf8' in install phase. * gnu/packages/electronics.scm (openboardview) [arguments]: Delete fix-utf8-include-directive phase. Maxim Cournoyer 2023-04-01gnu: Add orangeduck-mpc....* gnu/packages/c.scm (orangeduck-mpc): New variable. * gnu/packages/patches/orangeduck-mpc-fix-pkg-config.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Maxim Cournoyer 2023-02-16gnu: Remove unneeded module imports....* gnu/packages/abiword.scm, * gnu/packages/ada.scm, * gnu/packages/agda.scm, * gnu/packages/backup.scm, * gnu/packages/barrier.scm, * gnu/packages/bioinformatics.scm, * gnu/packages/bootstrap.scm, * gnu/packages/bqn.scm, * gnu/packages/c.scm, * gnu/packages/chemistry.scm, * gnu/packages/coq.scm, * gnu/packages/cross-base.scm, * gnu/packages/databases.scm, * gnu/packages/emacs-xyz.scm, * gnu/packages/enlightenment.scm, * gnu/packages/games.scm, * gnu/packages/geo.scm, * gnu/packages/ghostscript.scm, * gnu/packages/gl.scm, * gnu/packages/golang.scm, * gnu/packages/jami.scm, * gnu/packages/java-maths.scm, * gnu/packages/kde-frameworks.scm, * gnu/packages/kde-plasma.scm, * gnu/packages/language.scm, * gnu/packages/libreoffice.scm, * gnu/packages/linphone.scm, * gnu/packages/lisp.scm, * gnu/packages/llvm.scm, * gnu/packages/machine-learning.scm, * gnu/packages/minetest.scm, * gnu/packages/monitoring.scm, * gnu/packages/nfs.scm, * gnu/packages/ocr.scm, * gnu/packages/opencl.scm, * gnu/packages/pdf.scm, * gnu/packages/python-xyz.scm, * gnu/packages/racket.scm, * gnu/packages/rust.scm, * gnu/packages/syncthing.scm, * gnu/packages/syndication.scm, * gnu/packages/telegram.scm, * gnu/packages/vulkan.scm, * gnu/packages/web-browsers.scm, * gnu/packages/web.scm, * gnu/packages/webkit.scm: Remove some unecessary module imports. Efraim Flashner 2023-02-11gnu: qbe: Update to 1.1....* gnu/packages/c.scm (qbe): Update to 1.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> jgart 2023-01-31gnu: c-intro-and-ref: Update to 0.0.0-1.47e5a23....* gnu/packages/c.scm (c-intro-and-ref): Update to commit 47e5a234a7c0. Signed-off-by: Christopher Baines <mail@cbaines.net> Hilton Chain 2023-01-22gnu: libhx: Update to 4.9....* gnu/packages/c.scm (libhx): Update to 4.9. Tobias Geerinckx-Rice 2023-01-15gnu: mimalloc: Update to 2.0.9....* gnu/packages/c.scm (mimalloc): Update to 2.0.9. Tobias Geerinckx-Rice 2022-12-11gnu: libhx: Update to 4.8....* gnu/packages/c.scm (libhx): Update to 4.8. Tobias Geerinckx-Rice 2022-12-11gnu: byacc: Update to 20221106....* gnu/packages/c.scm (byacc): Update to 20221106. Tobias Geerinckx-Rice 2022-11-13gnu: ck: Add support for riscv64-linux....* gnu/packages/c.scm (gnu-triplet->ck-machine target): Add case for riscv64. Efraim Flashner 2022-11-13gnu: mimalloc: Update to 2.0.7....* gnu/packages/c.scm (mimalloc): Update to 2.0.7. Efraim Flashner 2022-11-13gnu: Add c-intro-and-ref....* gnu/packages/c.scm (c-intro-and-ref): New variable. Maxim Cournoyer