From 3036a01ff7dbf618a0012cea8de85820962f7b8e Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 4 Dec 2012 22:04:03 +0100 Subject: Augment `TODO'. --- TODO | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'TODO') 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 -- cgit v1.2.3 scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/doc/guix-cookbook.texi
AgeCommit message (Expand)Author
2024-08-18Replace some more occurrences of ‘setuid-programs’....Tobias Geerinckx-Rice
2024-06-03nls: Update translations....Florian Pelz
2024-06-03doc: cookbook: Fix direnv example....Florian Pelz
2024-05-29gnu: linux: Turn %default-extra-linux-options into a procedure....Maxim Cournoyer
2024-05-25configure.ac: Set default value for the 'prefix' variable....Maxim Cournoyer
2024-05-19doc: cookbook: Fix overlong lines....Florian Pelz
2024-04-18system: Remove nss-certs from OS templates, adjust doc....Maxim Cournoyer
2024-04-01nls: Update translations....Florian Pelz
2024-03-31doc: cookbook: Fix typo....Maxim Cournoyer
2024-03-19doc: cookbook: Account for ‘guix pull’ in /etc/profile instructions....Ludovic Courtès
2023-12-31doc: cookbook: Fix typo....Jonathan Brielmaier
2023-12-30Add network bridge guide to the cookbook....Maxim Cournoyer
2023-12-18Update cookbook Texinfo menus....Maxim Cournoyer