summaryrefslogtreecommitdiff
path: root/guix/packages.scm
AgeCommit message (Expand)Author
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