summaryrefslogtreecommitdiff
path: root/guix/packages.scm
AgeCommit message (Expand)Author
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
2012-06-29distro: Add libsigsegv and GNU Awk.Ludovic Courtès
2012-06-28packages: Add a `home-page' field.Ludovic Courtès
2012-06-28Track the source location of packages.Ludovic Courtès
2012-06-28Add a declarative packaging layer.Ludovic Courtès