build-system/julia: Avoid module cycles.
[jackhill/guix/guix.git] / guix / channels.scm
2019-08-27 Mark H WeaverMerge branch 'wip-binaries'
2019-08-16 Ludovic Courtèschannels: Add 'profile-channels'.
2019-07-19 Ludovic Courtèschannels: Always provide a <channel-metadata> record.
2019-07-19 Ludovic Courtèschannels: Remove unneeded 'version' field of <channel...
2019-07-19 Ludovic Courtèschannels: Strictly check the version of '.guix-channel'.
2019-07-15 Ludovic Courtèschannels: Avoid use of 'derivation-input-path'.
2019-07-13 Jan Nieuwenhuizenchannels: Add optional directory to channel metadata.
2019-07-09 Marius BakkeMerge branch 'master' into staging
2019-07-08 Ludovic Courtèschannels: Key cached channel derivations by system.
2019-07-06 Marius BakkeMerge branch 'master' into staging
2019-07-06 Ludovic Courtèschannels: Simplify 'channel-instances->manifest'.
2019-06-05 Marius BakkeMerge branch 'master' into staging
2019-06-03 Ludovic Courtèsdeprecation: Use the 'warning' procedure for diagnostics.
2019-04-23 Marius BakkeMerge branch 'master' into staging
2019-04-17 Ludovic Courtèspull: '--url', '--commit', and '--branch' apply to...
2019-03-10 Marius BakkeMerge branch 'master' into staging
2019-03-08 Ludovic Courtèschannels: Do not fail when the inferior lacks 'guix...
2019-01-31 Marius BakkeMerge branch 'master' into staging
2019-01-29 Ludovic Courtèschannels: Do not offload package cache derivation.
2019-01-28 Ludovic Courtèschannels: Turn off deprecation warnings when loading...
2019-01-20 Ludovic CourtèsMerge branch 'master' into staging
2019-01-20 Ludovic Courtèschannels: Use 'fold2'.
2019-01-20 Ludovic Courtèschannels: Gracefully report the lack of a 'guix' channel.
2019-01-20 Ludovic Courtèschannels: Build channel modules in an inferior.
2019-01-20 Ludovic Courtèschannels: Don't pull from the same channel more than...
2019-01-15 Ludovic Courtèschannels: Compute a package cache and use it.
2019-01-09 Efraim FlashnerMerge remote-tracking branch 'origin/master' into staging
2019-01-07 Ludovic Courtèsself: Move all modules into a single directory.
2018-12-12 Marius BakkeMerge branch 'master' into staging
2018-12-09 Ricardo Wurmusguix: Add support for channel dependencies.
2018-12-03 Marius BakkeMerge branch 'master' into staging
2018-11-29 Marius BakkeMerge branch 'master' into core-updates
2018-11-28 Ludovic Courtèschannels: Add 'checkout->channel-instance'.
2018-09-25 Marius BakkeMerge branch 'master' into core-updates
2018-09-21 Ludovic Courtèschannels: Add 'channel-instances->derivation'.
2018-09-20 Marius BakkeMerge branch 'master' into core-updates
2018-09-16 Ludovic Courtèschannels: Add Guile-Git as a dependency of external...
2018-09-09 Marius BakkeMerge branch 'master' into core-updates
2018-09-05 Ludovic Courtèsgit: Don't require users to specifiy "origin/" for...
2018-09-05 Ludovic Courtèschannels: Fix external channel builds.
2018-09-05 Ludovic Courtèschannels: Add 'latest-channel-derivation' convenience...
2018-09-03 Marius BakkeMerge branch 'master' into core-updates
2018-09-03 Marius BakkeMerge branch 'security-updates'
2018-09-02 Ludovic CourtèsAdd (guix channels) and use it in (guix scripts pull).