gnu: Add r-flowsom.
[jackhill/guix/guix.git] / guix / grafts.scm
2019-07-02 Marius BakkeMerge branch 'master' into staging
2019-07-02 Ludovic Courtèsgrafts: 'references-oracle' now takes a derivation...
2019-06-20 Marius BakkeMerge branch 'master' into staging
2019-06-19 Ludovic Courtèsgrafts: Avoid 'query-valid-derivers' RPC.
2019-01-23 Ricardo WurmusMerge branch 'master' into staging
2019-01-21 Ludovic Courtèsstore: Rename '&nix-error' to '&store-error'.
2018-12-08 Marius BakkeMerge branch 'master' into staging
2018-12-04 Ludovic Courtèsgrafts: Mark as non substitutable.
2018-12-03 Marius BakkeMerge branch 'master' into staging
2018-11-29 Marius BakkeMerge branch 'master' into core-updates
2018-11-28 Ludovic Courtèsgrafts: Record metadata as derivation properties.
2018-11-14 Marius BakkeMerge branch 'master' into core-updates
2018-11-12 Ludovic Courtèsstore: Add a functional object cache and use it in...
2018-08-25 Marius BakkeMerge branch 'staging' into core-updates
2018-08-25 Marius BakkeMerge branch 'master' into staging
2018-08-24 Ludovic Courtèsgrafts: Add (guix build debug-link) and use it.
2018-08-24 Ludovic Courtèsgrafts: Add high-level 'graft' procedure on the build...
2017-06-18 Mark H WeaverMerge branch 'master' into core-updates
2017-06-12 Ludovic Courtèsderivations: Introduce 'read-derivation-from-file'.
2017-02-21 Marius BakkeMerge branch 'staging' into core-updates
2017-02-13 Marius BakkeMerge branch 'master' into python-tests
2017-01-25 Leo FamulariMerge branch 'master' into core-updates
2017-01-25 Ludovic Courtèsgrafts: Do not pull derivation outputs not depended on.
2017-01-24 Ludovic Courtèsgrafts: Shallow grafting can be performed on a subset...
2017-01-23 Ludovic CourtèsMerge branch 'master' into core-updates
2017-01-17 Leo FamulariMerge branch 'master' into staging
2017-01-16 Ludovic Courtèsgrafts: Preserve the cache across recursive calls.
2017-01-16 Ludovic Courtèsgrafts: Actually cache grafts during the derivation...
2017-01-13 Leo FamulariMerge branch 'master' into python-tests
2017-01-06 Leo FamulariMerge branch 'master' into core-updates
2017-01-04 Ludovic Courtèsgrafts: Move caching to a new 'with-cache' macro.
2016-10-19 Mark H WeaverMerge branch 'master' into core-updates
2016-10-17 Ludovic Courtèsgrafts: Apply the right grafts in the presence of multi...
2016-10-17 Mark H WeaverMerge branch 'master' into core-updates
2016-10-15 Ludovic Courtèsgrafts: Remove unused variables and confusing monad...
2016-10-14 Ludovic Courtèsgrafts: 'graft-derivation' does now introduce grafts...
2016-06-07 Ludovic CourtèsMerge branch 'master' into core-updates
2016-05-25 Ludovic Courtèsgrafts: Create only one grafted variant of each derivation.
2016-03-21 Leo FamulariMerge branch 'master' into core-updates
2016-03-15 Mark H WeaverMerge branch 'master' into security-updates
2016-03-14 Ludovic Courtèsgrafts: Update the narinfo cache before building a...
2016-03-04 Ludovic Courtèsgrafts: Memoize intermediate results in 'cumulative...
2016-03-04 Ludovic Courtèsgrafts: Use dependency information from substitutes...
2016-03-01 Ludovic Courtèsgrafts: Graft recursively.
2016-02-27 Ludovic Courtèsgrafts: Consider all the outputs in the graft mapping.
2016-02-27 Ludovic Courtèsgrafts: Slight simplification.
2016-02-27 Mark H WeaverMerge branch 'master' into core-updates
2016-02-26 Ludovic Courtèsgrafts: Add record type printer.
2016-02-22 Ludovic Courtèsgrafts: 'name' parameter of 'graft-derivation' is now...
2016-02-22 Ludovic Courtèsderivations: Move grafts to (guix grafts).