summaryrefslogtreecommitdiff
path: root/guix
Commit message (Expand)AuthorAge
* Merge branch 'master' into core-updatesLudovic Courtès2013-11-01
|\
| * union: Do not warn when identical files collide.Ludovic Courtès2013-10-31
| * guix package: Factorize generation file name computation.Ludovic Courtès2013-10-30
| * guix package: Specify inputs for each manifest entry.Ludovic Courtès2013-10-30
| * union: Make the log port a parameter.Ludovic Courtès2013-10-30
| * derivations: 'derivation-path->output-path' honors the 'output' parameter.Ludovic Courtès2013-10-30
| * guix package: Always use the term "profile", not "user environment".Ludovic Courtès2013-10-30
| * guix package: Introduce <manifest> and <manifest-entry> types.Ludovic Courtès2013-10-30
| * guix package: Better separate option processing.Ludovic Courtès2013-10-30
| * guix package: Declutter the entry point.Ludovic Courtès2013-10-29
| * build-system/{cmake,perl}: Don't use (guix build gnu-build-system).Ludovic Courtès2013-10-29
| * records: define-record-type*: Field bindings are bound with 'let*'.Ludovic Courtès2013-10-15
| * guix package: '--search' matches against package names.Ludovic Courtès2013-10-15
| * pull: Compile modules correctly regardless of the compilation order.Ludovic Courtès2013-10-13
| * guix: Make cmake build system aware of usual paths.Andreas Enge2013-10-13
| * pull: Simplify the builder.Ludovic Courtès2013-10-13
| * build-system/perl: Lazily resolve (gnu packages perl).Ludovic Courtès2013-10-12
| * pull: Add '--url' option.Ludovic Courtès2013-10-12
| * download: Support 'file://' URLs.Ludovic Courtès2013-10-12
| * guix: Add missing call to 'bindtextdomain'.Ludovic Courtès2013-10-12
| * gnu-maintenance: Adjust URL of package description file.Ludovic Courtès2013-10-11
* | utils: 'find-files' always returns a proper list.Ludovic Courtès2013-10-16
* | build-system/{gnu,cmake}: Remove #:patches and #:patch-flags parameters.Ludovic Courtès2013-10-10
* | packages: The 'patch-guile' field of <origin> is now a package.Ludovic Courtès2013-10-10
|/
* snix: Prefer descriptions from the Womb rather than from Nixpkgs.Ludovic Courtès2013-10-09
* gnu-maintenance: Get descriptions from 'gnumaint/pkgdescr.txt'.Ludovic Courtès2013-10-09
* packages: Add 'patches' and related fields to <origin>.Ludovic Courtès2013-10-09
* download: Add Debian mirrors.Ludovic Courtès2013-10-05
* monads: Allow resolution of a monad's bind/return at expansion time.Ludovic Courtès2013-10-03
* Add (guix monads).Ludovic Courtès2013-10-03
* Merge branch 'core-updates'Ludovic Courtès2013-09-27
|\
| * Merge branch 'master' into core-updatesLudovic Courtès2013-09-26
| |\
| * \ Merge branch 'master' into core-updatesLudovic Courtès2013-09-23
| |\ \
| * | | utils: 'find-files' returns a sorted list.Ludovic Courtès2013-09-15
* | | | guix package: '--delete-generations' deletes generations older than specified.Ludovic Courtès2013-09-27
* | | | build-system/trivial: Take the 'source' field into account.Ludovic Courtès2013-09-27
* | | | guix package: Add '--delete-generations'.Nikita Karetnikov2013-09-26
* | | | guix package: Add 'link-to-empty-profile'.Nikita Karetnikov2013-09-26
* | | | guix package: Exit with 0 when there is nothing to list.Nikita Karetnikov2013-09-26
| |_|/ |/| |
* | | packages: Make the 'output' parameter of 'package-output' optional.Ludovic Courtès2013-09-25
* | | guix package: Show which generation is the current one.Nikita Karetnikov2013-09-25
* | | guix package: Do not list the zeroth generation.Nikita Karetnikov2013-09-25
* | | guix package: Exit with 1 when a generation cannot be listed.Nikita Karetnikov2013-09-25
| |/ |/|
* | nar: Fix file descriptor leak when writing a Nar.Ludovic Courtès2013-09-23
* | guix package: Show most recently installed packages last.Ludovic Courtès2013-09-23
* | guix package: Sort the list of generation numbers in '--list-generations'.Ludovic Courtès2013-09-21
* | guix package: Internationalize "Generation" string.Ludovic Courtès2013-09-21
* | pull: Adjust to 'derivation' API change.Ludovic Courtès2013-09-21
* | guix package: Add '--list-generations'.Nikita Karetnikov2013-09-19
* | derivations: 'derivation' and related procedures return a single value.Ludovic Courtès2013-09-18