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]].
configure.ac: Set default value for the 'prefix' variable....Maxim Cournoyer 2024-04-19maint: Resurrect running `make' from a tarball....Janneke Nieuwenhuizen 2023-10-22teams: Adjust shebang to use 'guix repl'....Maxim Cournoyer 2023-09-26build: Add dependency on Git....Ludovic Courtès 2022-07-03etc: Add teams.scm....Ricardo Wurmus 2022-01-25build: Require Guile >= 3.0.3....Ludovic Courtès