aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
blob: b852180cf2563ec7b74b93c954de38d77237f23f (about) (plain)
1
2
3
4
5
6
7
;; This is a Guix channel.

(channel
  (version 0)
  (news-file "etc/news.scm")
  (keyring-reference "keyring")
  (url "https://git.savannah.gnu.org/git/guix.git")) ;the primary URL
2015-10-10gexp: Add 'computed-file'....Ludovic Courtès 2015-08-27gexp: Add 'lower-object'....Ludovic Courtès 2015-07-20tests: Make #:references-graphs gexp test more tolerant....Ludovic Courtès 2015-07-12tests: Adjust tests for new bootstrap Guile....Ludovic Courtès 2015-07-08store: 'run-with-store' initializes %CURRENT-TARGET-SYSTEM to #f....Ludovic Courtès 2015-06-19gexp: 'local-file' canonicalizes its file argument....Ludovic Courtès 2015-06-19gexp: 'local-file' now defaults to non-recursive....Ludovic Courtès 2015-06-03gexp: Add 'plain-file'....Ludovic Courtès 2015-03-29gexp: Add 'local-file'....Ludovic Courtès 2015-03-22gexp: Fix handling of nativeness in nested gexps....Ludovic Courtès 2015-03-22gexp: Allow <gexp-input> objects in #:allowed-references....Ludovic Courtès 2015-03-17gexp: Remove special meaning of forms (PACKAGE OUTPUT) in ungexp....Ludovic Courtès 2015-03-17gexp: Export 'gexp-input' constructor....Ludovic Courtès 2015-03-17tests: Add an indirection for white-box testing....Ludovic Courtès 2015-03-02gexp: Make sure 'gexp-outputs' removes duplicate outputs....Ludovic Courtès 2015-02-27gexp: Aggregate outputs of compound gexps....Ludovic Courtès 2015-02-27gexp: Add tests for 'gexp-outputs'....Ludovic Courtès 2015-02-13gexp: Add #:graft? parameter to 'gexp->derivation'....Ludovic Courtès 2015-02-13gexp: Implement 'imported-modules' & co. using 'gexp->derivation'....Ludovic Courtès 2015-02-11gexp: Add #:allowed-references parameter to 'gexp->derivation'....Ludovic Courtès 2015-01-12monads: Rewrite 'text-file*' using gexps....Ludovic Courtès