Move base32 code to (guix base32).
[jackhill/guix/guix.git] / guix / packages.scm
2012-11-11 Ludovic CourtèsMove base32 code to (guix base32).
2012-11-04 Ludovic Courtèspackages: `description' → `synopsis', `long-description...
2012-10-27 Ludovic Courtèsguix-build: Gracefully handle `&package-input-error...
2012-10-25 Ludovic Courtèspackages: Pass `system' around.
2012-10-21 Ludovic Courtèspackages: Add support for system-dependent inputs.
2012-10-08 Ludovic Courtèspackages: Fix and optimize memoization of `package...
2012-10-08 Ludovic Courtèspackages: Micro-optimize `package-derivation'.
2012-09-10 Ludovic CourtèsAdd (guix build-system trivial).
2012-09-05 Ludovic Courtèspackages: Accept <origin> as package inputs.
2012-09-05 Ludovic Courtèspackages: Add `package-full-name'.
2012-09-02 Ludovic CourtèsMove <location> to (guix utils).
2012-09-02 Ludovic Courtèspackages: Add `package-transitive-propagated-inputs'.
2012-09-02 Ludovic Courtèspackages: Cache the result of `package-derivation'.
2012-09-02 Ludovic Courtèspackages: Add a printer for <package>.
2012-08-23 Ludovic Courtèspackages: Raise an error condition upon invalid input.
2012-08-16 Ludovic Courtèspackages: Add all non-derivation paths to the store.
2012-08-16 Ludovic Courtèspackages: Allow store paths as inputs.
2012-07-07 Ludovic CourtèsAdd `package-transitive-inputs'; use it to honor propag...
2012-07-04 Ludovic Courtèspackages: Allow inputs that are local files.
2012-07-04 Ludovic Courtèspackages: Add a `self-native-input?' field.
2012-07-03 Ludovic CourtèsRename <package-source> to <origin>; use the `letrec...
2012-07-02 Ludovic CourtèsAdd a `base32' macro, for convenience.
2012-07-02 Ludovic Courtèspackages: Allow the `arguments' field to be a procedure.
2012-07-01 Ludovic CourtèsAdd `propagated-inputs' and `properties' to <package>.
2012-06-28 Ludovic Courtèsdistro: Add libsigsegv and GNU Awk.
2012-06-28 Ludovic Courtèspackages: Add a `home-page' field.
2012-06-28 Ludovic CourtèsTrack the source location of packages.
2012-06-27 Ludovic CourtèsAdd a declarative packaging layer.