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.
Ludovic Courtès uix/commit/build-aux/compile-all.scm?id=3a9976bfcd13e6554a2458ce1a3b9d7b95043195'>build: Honor make's '-j' flag....Ludovic Courtès 2017-10-22build: Factorize module compilation in (guix build compile)....Ludovic Courtès 2017-09-08build: Use -Wmacro-use-before-definition....Ludovic Courtès 2017-05-03ui: Rename '_' to 'G_'....Ludovic Courtès 2017-03-14build: On 2.2, build package files with almost no optimizations....Ludovic Courtès 2016-10-12build: Arrange so temporary .go files are deleted upon SIGINT....Ludovic Courtès 2016-09-29build: Improve Guile 2.2 compatibility....Taylan Ulrich Bayırlı/Kammer 2016-02-01build: Remove semicolons from Guile warnings....Ludovic Courtès 2016-02-01build: Really enable Guile warnings....Ludovic Courtès 2016-01-18build: Speed up .go compilation....Taylan Ulrich Bayırlı/Kammer