aboutsummaryrefslogtreecommitdiff
path: root/doc/package-hello.scm
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2018-12-30 13:07:23 -0500
committerKei Kebreau <kkebreau@posteo.net>2018-12-30 17:00:00 -0500
commitdeaf0e7b2184cdcde507b2775315c91486e6d689 (patch)
treecf6706b1f62dc28de5bd5a95c20ca06e3ecaf53d /doc/package-hello.scm
parentb843b05abc2c0e82b5bdbe0a2ccc57c608aec050 (diff)
downloadguix-deaf0e7b2184cdcde507b2775315c91486e6d689.tar.gz
guix-deaf0e7b2184cdcde507b2775315c91486e6d689.zip
gnu: bigloo: Update to 4.3e1.
* gnu/packages/scheme.scm (bigloo): Update to 4.3e1.
Diffstat (limited to 'doc/package-hello.scm')
0 files changed, 0 insertions, 0 deletions
span class='msg-tooltip'>* gnu/packages/package-management.scm (main): Use 'origin-hash' instead of 'origin-sha256'. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Vincent Legoll 2018-12-07maint: update-guix-package: Really register GC roots....Previously we'd pass a relative file name to 'add-indirect-root', which the daemon would interpret as relative to "/". Consequently, checkouts were not protected from GC. * build-aux/update-guix-package.scm (main): Pass an absolute file name to 'add-indirect-root'. Ludovic Courtès 2017-05-09maint: update-guix-package: Protect the checkout from GC....* build-aux/update-guix-package.scm (main): Define 'root', and call 'add-indirect-root' to protect SOURCE from GC. Ludovic Courtès 2017-05-07maint: Add 'update-guix-package' target....* build-aux/update-guix-package.scm: New file. * Makefile.am (EXTRA_DIST): Add it. (update-guix-package): New target. (.PHONY): Add it. * gnu/packages/package-management.scm (guix): Mention it. Ludovic Courtès