aboutsummaryrefslogtreecommitdiff
-*- mode: org; coding: utf-8; -*-

#+TITLE: Hacking GNU Guix and Its Incredible Distro

Copyright © 2012, 2013, 2014, 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org>
Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org>
Copyright © 2017 Leo Famulari <leo@famulari.name>
Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>

  Copying and distribution of this file, with or without modification,
  are permitted in any medium without royalty provided the copyright
  notice and this notice are preserved.

* Contributing

See the manual for useful hacking information, either by running

  info -f doc/guix.info "Contributing"

or by checking the [[https://guix.gnu.org/manual/devel/en/html_node/Contributing.html][web copy of the manual]].
new version. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timotej Lazar 2023-05-19gnu: sssd: Fix build...* gnu/packages/sssd.scm (sssd) [native-inputs]: Add python-toolchain. [ensure-no-mtimes-pre-1980]: New phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brian Cully 2023-05-19gnu: sssd: Fix failing tests by using samba/pinned input...The latest samba package (4.18.1) causes a SIGABRT in ad_common_tests and ad_gpo_tests. The pinned version (4.17.0) allows them to succeed, so use that instead. * gnu/packages/sssd.scm (sssd) [inputs]: Change samba to samba/pinned. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brian Cully 2023-04-21gnu: adcli: Add zlib....* gnu/packages/sssd.scm (adcli) [inputs]: Add zlib. Maxim Cournoyer 2023-04-21gnu: adcli: Delete use-local-docbook phase....* gnu/packages/sssd.scm (adcli) [arguments]: Delete use-local-docbook phase. [native-inputs]: Replace docbook-xml with docbook-xml-4.3. Add libxml2. Maxim Cournoyer 2022-12-01gnu: sssd: Update to 2.8.1....* gnu/packages/sssd.scm (sssd): Update to 2.8.1. [source]: Remove obsolete patch. * gnu/packages/patches/sssd-optional-systemd.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove patch. Ricardo Wurmus 2022-10-16gnu: adcli: Update to 0.9.2....* gnu/packages/sssd.scm (adcli): Update to 0.9.2. Tobias Geerinckx-Rice 2022-10-06gnu: sssd: Update to 2.7.4....* gnu/packages/sssd.scm (sssd): Update to 2.7.4. * gnu/packages/patches/sssd-optional-systemd.patch: Update patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timotej Lazar