summaryrefslogtreecommitdiff
path: root/guix/packages.scm
AgeCommit message (Expand)Author
2013-09-18derivations: 'derivation' and related procedures return a single value.Ludovic Courtès
2013-08-24packages: Allow file names as package sources.Ludovic Courtès
2013-06-06packages: Make the `propagated-inputs' field thunked.Ludovic Courtès
2013-05-27packages: Raise an error condition a cross builder is needed but unavailable.Ludovic Courtès
2013-05-25packages: Make `native-inputs' thunked.Ludovic Courtès
2013-05-25packages: Re-export `%current-target-system'.Ludovic Courtès
2013-05-24packages: Implement `package-cross-derivation'.Ludovic Courtès
2013-05-24packages: Factorize things common to `package-{,cross-}derivation'.Ludovic Courtès
2013-05-12Move record utilities to (guix records).Ludovic Courtès
2013-04-30Merge branch 'core-updates'Ludovic Courtès
2013-04-27packages: Work around compiler bug in Guile 2.0.5.Ludovic Courtès
2013-04-26Merge branch 'master' into core-updatesLudovic Courtès
2013-04-25packages: Use `read' and source properties for `package-field-location'.Ludovic Courtès
2013-04-22packages: Add `package-field-location'.Ludovic Courtès
2013-03-30packages: Add `native-search-paths' field and honor it.Ludovic Courtès
2013-03-07packages: Remove the default value for `license'.Ludovic Courtès
2013-02-16packages: Add `package-output'.Ludovic Courtès
2013-02-10Re-export `%current-system' from (guix packages).Ludovic Courtès
2013-01-30store: Remove the `fixed?' parameter from `add-to-store'.Ludovic Courtès
2013-01-24packages: Mark the `inputs' field of <package> as thunked.Ludovic Courtès
2013-01-23packages: Mark the `arguments' field of <package> as thunked.Ludovic Courtès
2013-01-22packages: Remove redundant test for inputs-as-procedures.Ludovic Courtès
2013-01-20packages: Have `package-derivation' return a <derivation> as a second value.Ludovic Courtès
2013-01-17packages: Change `base32' to allow non-literal strings.Ludovic Courtès
2013-01-06Update license headers.Ludovic Courtès
2012-11-25packages: Add missing export.Ludovic Courtès
2012-11-11Move base32 code to (guix base32).Ludovic Courtès
2012-11-04packages: `description' → `synopsis', `long-description' → `description'.Ludovic Courtès
2012-10-27guix-build: Gracefully handle `&package-input-error' conditions.Ludovic Courtès
2012-10-25packages: Pass `system' around.Ludovic Courtès
2012-10-21packages: Add support for system-dependent inputs.Ludovic Courtès
2012-10-08packages: Fix and optimize memoization of `package-derivation'.Ludovic Courtès
2012-10-08packages: Micro-optimize `package-derivation'.Ludovic Courtès
2012-09-10Add (guix build-system trivial).Ludovic Courtès
2012-09-06packages: Accept <origin> as package inputs.Ludovic Courtès
2012-09-05packages: Add `package-full-name'.Ludovic Courtès
2012-09-03Move <location> to (guix utils).Ludovic Courtès
2012-09-02packages: Add `package-transitive-propagated-inputs'.Ludovic Courtès
2012-09-02packages: Cache the result of `package-derivation'.Ludovic Courtès
2012-09-02packages: Add a printer for <package>.Ludovic Courtès
2012-08-23packages: Raise an error condition upon invalid input.Ludovic Courtès
2012-08-16packages: Add all non-derivation paths to the store.Ludovic Courtès
2012-08-16packages: Allow store paths as inputs.Ludovic Courtès
2012-07-07Add `package-transitive-inputs'; use it to honor propagated inputs.Ludovic Courtès
2012-07-05packages: Allow inputs that are local files.Ludovic Courtès
2012-07-05packages: Add a `self-native-input?' field.Ludovic Courtès
2012-07-03Rename <package-source> to <origin>; use the `letrec*' behavior in packages.Ludovic Courtès
2012-07-02Add a `base32' macro, for convenience.Ludovic Courtès
2012-07-02packages: Allow the `arguments' field to be a procedure.Ludovic Courtès
2012-07-02Add `propagated-inputs' and `properties' to <package>.Ludovic Courtès