gexp: Aggregate outputs of compound gexps.
[jackhill/guix/guix.git] / guix / gexp.scm
2015-02-27 Ludovic Courtèsgexp: Aggregate outputs of compound gexps.
2015-02-26 Ludovic CourtèsMerge branch 'master' into core-updates
2015-02-13 Ludovic Courtèsgexp: Add #:graft? parameter to 'gexp->derivation'.
2015-02-13 Ludovic Courtèsgexp: Implement 'imported-modules' & co. using 'gexp...
2015-02-11 Ludovic CourtèsMerge branch 'master' into core-updates
2015-02-11 Ludovic Courtèsgexp: Add #:allowed-references parameter to 'gexp-...
2015-01-16 Ludovic CourtèsMerge branch 'core-updates'
2015-01-14 Ludovic Courtèsmonads: Move '%store-monad' and related procedures...
2015-01-13 Mark H WeaverMerge branch 'master' into core-updates
2015-01-12 Ludovic Courtèsmonads: Rewrite 'text-file*' using gexps.
2014-11-09 Ludovic Courtèsgexp: Add #:module-path parameter to 'gexp->derivation'.
2014-09-08 Mark H WeaverMerge branch 'master' into core-updates
2014-09-07 Ludovic Courtèsgexp: 'gexp->script' returns a script that can easily...
2014-09-06 Ludovic Courtèsgexp: Allow use of high-level objects in #:references...
2014-08-28 Mark H WeaverMerge branch 'master' into core-updates
2014-08-28 Ludovic Courtèsgnu: Split (gnu packages base), adding (gnu packages...
2014-08-20 Mark H WeaverMerge branch 'master' into core-updates
2014-08-18 Ludovic Courtèsgexp: Add 'ungexp-native' and 'ungexp-native-splicing'.
2014-08-17 Ludovic Courtèsgexp: Add #:target parameter to 'gexp->derivation'.
2014-07-17 Ludovic CourtèsMerge branch 'gettext-upgrade'
2014-07-17 Ludovic Courtèsgexp: Gracefully handle printing of gexps with spliced...
2014-07-16 Ludovic Courtèsgexp: Build 'gexp->file' derivations locally.
2014-07-13 Ludovic CourtèsMerge branch 'bug-17853'
2014-07-12 Ludovic Courtèsgexp: Resolve the default system at '>>=' time.
2014-06-06 Ludovic CourtèsMerge branch 'master' into core-updates
2014-06-04 Ludovic Courtèstests: Skip tests that would hit the shebang length...
2014-05-27 Ludovic CourtèsMerge branch 'master' into core-updates
2014-05-01 Ludovic Courtèsmonads, gexp: Remove unintended dependency on (gnu...
2014-05-01 Ludovic Courtèsgexp: Add support for 'origin?' objects in 'ungexp...
2014-04-30 Ludovic Courtèsgexp: Add pretty printer.
2014-04-29 Ludovic Courtèsgexp: Remove leftover parameter.
2014-04-28 Ludovic Courtèsmonads: Hide 'derivation-expression' and 'lower-inputs'.
2014-04-28 Ludovic CourtèsAdd (guix gexp).