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 Sylvain Beucler Carlos Carleos Felipe Castro Daniel Clark Alexandru Cojocaru Aleix Conchillo Flaqué Malcolm Cook Thomas Danckaert Rafael Ferreira Christian Grothoff Eric Hanchrow Konrad Hinsen Brandon Invergo Anders Jonsson Jeffrin Jose Kete Daniel Kochmański Matthew Lien Dave Love Chris Marusich Niels Möller Cyprien Nicolas Yutaka Niibe Andrei Osipov Petter Adam Pribyl Pjotr Prins Yakkala Yagnesh Raghava Joshua Randall Bruno Félix Rezende Ribeiro Benno Schulenberg Thomas Schwinge Alexander Shendi Alen Skondro Jan Synáček Matthias Wachs Christopher Allan Webber Philip Woods GNU Guix also includes non-software works. Thanks to the following people who contributed the logo and general artwork and themes: Nikita Karetnikov Felipe López ges/samba.scm (cifs-utils): Update to 7.1. Change-Id: Icfb3ca7e691928a443f54e127612f32321bdd721 Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Jordan Moore 2024-08-31gnu: ppp: Add libxcrypt dependency....* gnu/packages/samba.scm (ppp)[inputs]: Add libxcrypt. Change-Id: I8c04ee82c8bb6836371489d179cf0c7927824ba0 宋文武 2024-08-31gnu: ldb: Remove reference to crypt....* gnu/packages/samba.scm (ldb): Remove reference to crypt header. Change-Id: Idcf43ff9b140d5c7e601d853564833525396e565 Josselin Poiret 2024-08-31gnu: tevent: Remove reference to crypt....* gnu/packages/samba.scm (tevent): Remove reference to crypt header. Change-Id: Ic99712c9374dee1fd5b65c29327fe39aa10eed35 Josselin Poiret 2024-08-31gnu: talloc: Remove reference to crypt....* gnu/packages/samba.scm (talloc): Remove reference to crypt header. Change-Id: I370069acdd7992f2660aae0b1840ea7756befe13 Josselin Poiret 2024-08-31gnu: sambda/pinned: Add libxcrypt dependency....* gnu/packages/samba.scm (samba/pinned): Add libxcrypt dependency. Change-Id: Ie3162623818bea08da2588c02930b842de4f13ae Josselin Poiret 2024-08-31gnu: Remove unneeded libxml2 from native-inputs. (libxslt)...XML_CATALOG_FILES is already set within libxslt so it's unnecessary to include libxml2 for the same effect. * gnu/packages/freedesktop.scm (wayland): Remove obsolete comment. (farstream, elogind, packagekit, accountsservice, plymouth)[native-inputs]: Remove libxml2. * gnu/packages/benchmark.scm (sysbench)[native-inputs]: Ditto. * gnu/packages/cluster.scm (drbd-utils)[native-inputs]: Ditto. * gnu/packages/glib.scm (dbus)[native-inputs]: Ditto. * gnu/packages/gnome.scm (gnome-keyring, glade3, dconf, libsecret, colord) (upower, gnome-settings-daemon)[native-inputs]: Ditto. * gnu/packages/linux.scm (eudev)[native-inputs]: Ditto. * gnu/packages/networking.scm (iputils)[native-inputs]: Ditto. * gnu/packages/ocr.scm (tesseract-ocr)[native-inputs]: Ditto. * gnu/packages/polkit.scm (polkit)[native-inputs]: Ditto. * gnu/packages/samba.scm (samba/pinned)[native-inputs]: Ditto. * gnu/packages/sssd.scm (adcli)[native-inputs]: Ditto. * gnu/packages/terminals.scm (kmscon)[native-inputs]: Ditto. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ica3fb5a8e23ad928c53ae508c02777d78c635af0 Bruno Victal