summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2013-11-20build-system/python: Add #:test-target parameter....Ludovic Courtès
2013-11-18packages: 'package-field-location' returns a relative file name....Ludovic Courtès
2013-11-18guix build: '-e' can be passed a monadic thunk....Ludovic Courtès
2013-11-14substitute-binary: Adjust timeout handling for Guile > 2.0.9....Ludovic Courtès
2013-11-13derivations: Allow 'map-derivations' to replace sources....Ludovic Courtès
2013-11-13packages: Suitably cope with indirect store paths as package sources....Ludovic Courtès
2013-11-13store: Make 'direct-store-path?' public....Ludovic Courtès
2013-11-13derivations: Add 'map-derivation'....Ludovic Courtès
2013-11-13utils: Add 'string-replace-substring'....Ludovic Courtès
2013-11-12guix build: Add '--log-file'....Ludovic Courtès
2013-11-12store: Add 'log-file' procedure....Ludovic Courtès
2013-11-08substitute-binary: Increase lookup concurrency to reduce latency....Ludovic Courtès
2013-11-07packages: Add a 'snippet' field to <origin>....Ludovic Courtès
2013-11-03ui: Make '--version' output GCS-compliant....Ludovic Courtès
2013-11-01guix package: Show the output name of what's being removed....Ludovic Courtès
2013-11-01guix package: Fix indentation of "will be removed" messages....Ludovic Courtès
2013-11-01guix package: Allow removal of a specific package output....Ludovic Courtès
2013-11-01guix package: Separate '--remove' option processing....Ludovic Courtès
2013-11-01ui: Factorize package specification parsing....Ludovic Courtès
2013-11-01Add (guix profiles)....Ludovic Courtès
2013-10-31union: Do not warn when identical files collide....Ludovic Courtès
2013-10-30guix package: Factorize generation file name computation....Ludovic Courtès
2013-10-30guix package: Specify inputs for each manifest entry....Ludovic Courtès
2013-10-30union: Make the log port a parameter....Ludovic Courtès
2013-10-30derivations: 'derivation-path->output-path' honors the 'output' parameter....Ludovic Courtès
2013-10-30guix package: Always use the term "profile", not "user environment"....Ludovic Courtès
2013-10-30guix package: Introduce <manifest> and <manifest-entry> types....Ludovic Courtès
2013-10-30guix package: Better separate option processing....Ludovic Courtès
2013-10-29guix package: Declutter the entry point....Ludovic Courtès
2013-10-29build-system/{cmake,perl}: Don't use (guix build gnu-build-system)....Ludovic Courtès
2013-10-15records: define-record-type*: Field bindings are bound with 'let*'....Ludovic Courtès
2013-10-15guix package: '--search' matches against package names....Ludovic Courtès
2013-10-13pull: Compile modules correctly regardless of the compilation order....Ludovic Courtès
2013-10-13guix: Make cmake build system aware of usual paths....Andreas Enge
2013-10-13pull: Simplify the builder....Ludovic Courtès
2013-10-12build-system/perl: Lazily resolve (gnu packages perl)....Ludovic Courtès
2013-10-12pull: Add '--url' option....Ludovic Courtès
2013-10-12download: Support 'file://' URLs....Ludovic Courtès
2013-10-12guix: Add missing call to 'bindtextdomain'....Ludovic Courtès
2013-10-11gnu-maintenance: Adjust URL of package description file....Ludovic Courtès
2013-10-09snix: Prefer descriptions from the Womb rather than from Nixpkgs....Ludovic Courtès
2013-10-09gnu-maintenance: Get descriptions from 'gnumaint/pkgdescr.txt'....Ludovic Courtès
2013-10-09packages: Add 'patches' and related fields to <origin>....Ludovic Courtès
2013-10-05download: Add Debian mirrors....Ludovic Courtès
2013-10-03monads: Allow resolution of a monad's bind/return at expansion time....Ludovic Courtès
2013-10-03Add (guix monads)....Ludovic Courtès
2013-09-27Merge branch 'core-updates'Ludovic Courtès
2013-09-27guix package: '--delete-generations' deletes generations older than specified....Ludovic Courtès
2013-09-27build-system/trivial: Take the 'source' field into account....Ludovic Courtès
2013-09-26guix package: Add '--delete-generations'....Nikita Karetnikov