aboutsummaryrefslogtreecommitdiff
path: root/HACKING
blob: 9adef201c259ab28d2e8ad91bf46596a4c4cc3c7 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-*- 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]].
eplacement'....Ludovic Courtès 2020-09-27packages: 'package-input-rewriting/spec' can rewrite implicit dependencies....Ludovic Courtès 2020-09-27packages: 'package-mapping' can recurse on implicit inputs....Ludovic Courtès 2020-08-24tests: Add a debug output to "fold-available-packages with/without cache"....Mathieu Othacehe 2020-07-25Use 'formatted-message' instead of '&message' where appropriate....Ludovic Courtès 2020-07-25utils: Move <location> and '&error-location' to (guix diagnostics)....Ludovic Courtès 2020-07-13packages: Ensure bags are insensitive to '%current-system'....Ludovic Courtès 2020-06-27packages: Recognize SHA3 and BLAKE2s for 'content-hash'....Ludovic Courtès 2020-06-11packages: 'package-grafts' returns grafts for all the relevant outputs....Ludovic Courtès 2020-06-06packages: Make 'bag-grafts' insensitive to '%current-target-system'....Ludovic Courtès 2020-05-23tests: Use a #:prefix for (gcrypt hash)....Ludovic Courtès 2020-05-22packages: Introduce <content-hash> and use it in <origin>....Ludovic Courtès 2020-05-14packages: Ensure bags are insensitive to '%current-target-system'....Ludovic Courtès 2020-03-31guix package: Do not misdiagnose upgrades when there are propagated inputs....Ludovic Courtès 2020-03-31guix package: Add 'transaction-upgrade-entry' test....Ludovic Courtès 2020-03-31guix package: 'transaction-upgrade-entry' swallows build requests....Ludovic Courtès 2020-01-16guix package: Export 'transaction-upgrade-entry'....Ludovic Courtès