aboutsummaryrefslogtreecommitdiff
A big thanks to Eelco Dolstra, who designed and implemented Nix.
Transposing functional programming discipline to package management
proved to be inspiring and fruitful.

Thanks to the following people who contributed to GNU Guix through
suggestions, bug reports, patches, internationalization, or general
infrastructure help:

	    Lluís Batlle i Rossell <viric@viric.name>
          Sylvain Beucler <beuc@beuc.net>
	   Carlos Carleos <carleos@uniovi.es>
	   Felipe Castro <fefcas@gmail.com>
	   Daniel Clark <dclark@pobox.com>
	Alexandru Cojocaru <xojoc@gmx.com>
	    Aleix Conchillo Flaqué <aconchillo@gmail.com>
          Malcolm Cook <MEC@stowers.org>
           Thomas Danckaert <thomas.danckaert@gmail.com>
	   Rafael Ferreira <rafael.f.f1@gmail.com>
	Christian Grothoff <christian@grothoff.org>
             Eric Hanchrow <eric.hanchrow@gmail.com>
           Konrad Hinsen <konrad.hinsen@fastmail.net>
          Brandon Invergo <brandon@gnu.org>
           Anders Jonsson <anders.jonsson@norsjovallen.se>
	  Jeffrin Jose <ahiliation@yahoo.co.in>
	          Kete <kete@ninthfloor.org>
           Daniel Kochmański <dkochmanski@hellsgate.pl>
	  Matthew Lien <bluet@bluet.org>
             Dave Love <fx@gnu.org>
            Chris Marusich <cmmarusich@gmail.com>
            Niels Möller <nisse@lysator.liu.se>
          Cyprien Nicolas <cyprien@nicolas.tf>
	   Yutaka Niibe <gniibe@fsij.org>
           Andrei Osipov <andrspv@gmail.com>
                  Petter <petter@mykolab.ch>
             Adam Pribyl <pribyl@lowlevel.cz>
            Pjotr Prins <pjotr.public12@thebird.nl>
  Yakkala Yagnesh Raghava <hi@yagnesh.org>
           Joshua Randall <jcrandall@alum.mit.edu>
      Bruno Félix Rezende Ribeiro <oitofelix@gnu.org>
	    Benno Schulenberg <coordinator@translationproject.org>
           Thomas Schwinge <thomas@codesourcery.com>
        Alexander Shendi <Alexander.Shendi@web.de>
	     Alen Skondro <askondro@gmail.com>
              Jan Synáček <jan.synacek@gmail.com>
	 Matthias Wachs <wachs@net.in.tum.de>
        Christine Lemmer-Webber <cwebber@dustycloud.org>
           Philip Woods <elzairthesorcerer@gmail.com>

GNU Guix also includes non-software works.  Thanks to the following
people who contributed the logo and general artwork and themes:

           Nikita Karetnikov <nikita@karetnikov.org>
           Felipe López <felipe.lopez@openmailbox.org>
>packages: Add 'package-unique-version-prefix'....Ludovic Courtès 2022-03-16packages: 'modify-inputs' preserves outputs in 'replace' clauses....Ludovic Courtès 2022-03-16tests: Exercise 'modify-inputs' with a 'replace' clause....Ludovic Courtès 2022-02-18packages: 'package-transitive-supported-systems' ignores '%current-target-sys......Ludovic Courtès 2022-02-11tests: Pass #:guile to 'computed-file' & co....Ludovic Courtès 2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner 2021-10-25packages: Add 'package-development-inputs'....Ludovic Courtès 2021-09-25gexp: Leave grafting as is when lowering allowed/disallowed references....Ludovic Courtès 2021-09-17Merge branch 'master' into core-updates-frozen...Marius Bakke 2021-09-13packages: Add 'package-definition-location'....Ludovic Courtès 2021-07-14packages: Define this-package-input and this-package-native-input....Maxime Devos 2021-07-11packages: Allow inputs to be plain package lists....Ludovic Courtès 2021-07-01packages: 'package-derivation' honors 'system' again....Ludovic Courtès 2021-03-30packages: Call 'bag-grafts' only on the tip of the package graph....Ludovic Courtès 2021-03-30packages: 'expand-input' accepts any file-like object....Ludovic Courtès 2021-03-30packages: Turn 'bag->derivation' into a monadic procedure....Ludovic Courtès 2021-03-30build-system: Rewrite using gexps....Ludovic Courtès 2021-02-03Merge branch 'master' into core-updatesChristopher Baines 2021-02-01tests: Optimize 'fold-available-packages' test....Ludovic Courtès 2021-01-26build-systems/gnu: Allow unpacking/repacking more kind of files....Maxim Cournoyer