diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-05-17 23:15:49 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-05-17 23:15:49 +0200 |
commit | 499b8d1f845cfea3e4a2258c7ae55fc823d6f5f0 (patch) | |
tree | 15a60a4b3f44e635266150ba880c1eaf4d712a0c /TODO | |
parent | f11617d8a67945ffb1864e78b93da89ea446cb4d (diff) | |
download | guix-499b8d1f845cfea3e4a2258c7ae55fc823d6f5f0.tar guix-499b8d1f845cfea3e4a2258c7ae55fc823d6f5f0.tar.gz |
Update `TODO'.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -57,6 +57,12 @@ write a new one based on it, as opposed to actually using it. * extend <package> +** add ‘recommends’ field + +For instance, glibc, binutils, gcc, and ld-wrapper would recommend each other. +‘guix package -i’ could ask interactively (?), or allow users to follow all or +none of the recommendations. + ** add a ‘user-environment-hook’ This should specify builder code to be run when building a user |