diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2012-12-04 22:04:03 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2012-12-04 22:04:03 +0100 |
| commit | 3036a01ff7dbf618a0012cea8de85820962f7b8e (patch) | |
| tree | 2f13a02f2f43494cd5dd88c9e2ec98470c0b8458 /TODO | |
| parent | 18d50d76216f5c207d8178cb2d2d2f31eb8fe3eb (diff) | |
Augment `TODO'.
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 13 |
1 files changed, 13 insertions, 0 deletions
| @@ -51,6 +51,19 @@ This should specify builder code to be run when building a user | |||
| 51 | environment with ‘guix-package’. For instance, Texinfo’s hook would | 51 | environment with ‘guix-package’. For instance, Texinfo’s hook would |
| 52 | create a new ‘dir’. | 52 | create a new ‘dir’. |
| 53 | 53 | ||
| 54 | ** add ‘patches’ there | ||
| 55 | |||
| 56 | ** extend ‘propagated-build-inputs’ with support for multiple outputs | ||
| 57 | |||
| 58 | #+BEGIN_SRC scheme | ||
| 59 | (outputs '("out" "include")) | ||
| 60 | (propagated-build-inputs | ||
| 61 | `(((("i1" ,p1 "o1") | ||
| 62 | ("i2" ,p2)) | ||
| 63 | => "include") | ||
| 64 | ("i3" ,p3))) | ||
| 65 | #+END_SRC | ||
| 66 | |||
| 54 | * support cross-compilation | 67 | * support cross-compilation |
| 55 | 68 | ||
| 56 | Implement ‘package-cross-derivation’, and add the corresponding code in | 69 | Implement ‘package-cross-derivation’, and add the corresponding code in |
