aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-12-04 22:04:03 +0100
committerLudovic Courtès <ludo@gnu.org>2012-12-04 22:04:03 +0100
commit3036a01ff7dbf618a0012cea8de85820962f7b8e (patch)
tree2f13a02f2f43494cd5dd88c9e2ec98470c0b8458 /TODO
parent18d50d76216f5c207d8178cb2d2d2f31eb8fe3eb (diff)
downloadguix-3036a01ff7dbf618a0012cea8de85820962f7b8e.tar
guix-3036a01ff7dbf618a0012cea8de85820962f7b8e.tar.gz
Augment `TODO'.
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
index cecea9636f..f0088a5ae2 100644
--- a/TODO
+++ b/TODO
@@ -51,6 +51,19 @@ This should specify builder code to be run when building a user
environment with ‘guix-package’. For instance, Texinfo’s hook would
create a new ‘dir’.
+** add ‘patches’ there
+
+** extend ‘propagated-build-inputs’ with support for multiple outputs
+
+#+BEGIN_SRC scheme
+ (outputs '("out" "include"))
+ (propagated-build-inputs
+ `(((("i1" ,p1 "o1")
+ ("i2" ,p2))
+ => "include")
+ ("i3" ,p3)))
+#+END_SRC
+
* support cross-compilation
Implement ‘package-cross-derivation’, and add the corresponding code in