mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
Augment `TODO'.
This commit is contained in:
parent
18d50d7621
commit
3036a01ff7
1 changed files with 13 additions and 0 deletions
13
TODO
13
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
|
environment with ‘guix-package’. For instance, Texinfo’s hook would
|
||||||
create a new ‘dir’.
|
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
|
* support cross-compilation
|
||||||
|
|
||||||
Implement ‘package-cross-derivation’, and add the corresponding code in
|
Implement ‘package-cross-derivation’, and add the corresponding code in
|
||||||
|
|
Loading…
Reference in a new issue