aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-01-18 16:57:37 +0100
committerLudovic Courtès <ludo@gnu.org>2013-01-18 16:59:02 +0100
commit5fc5c2f340c3bc7bc73428fbe1265a724203f668 (patch)
tree6794ecb4399b635555793ab736d22f3195f30629 /TODO
parent665991957cb6e812788fa28ead7fff67742eb451 (diff)
downloadguix-5fc5c2f340c3bc7bc73428fbe1265a724203f668.tar
guix-5fc5c2f340c3bc7bc73428fbe1265a724203f668.tar.gz
build: Bump to version 0.2.
* configure.ac: Bump version number.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index d81b4b1fcd..8cb170412c 100644
--- a/TODO
+++ b/TODO
@@ -51,6 +51,14 @@ For a start, we may use the instance at hydra.nixos.org, generously
provided by TU Delft. However, in the future, we may want to setup our
own instance at gnu.org.
+* add guix-pull
+
+A tool that fetches the latest code from [[http://git.savannah.gnu.org/cgit/guix.git/snapshot/guix-master.tar.gz][cgit]], builds a derivation that
+unpacks it, copies only .scm files (this excludes guix/config.in) and
+compiles it, and then links to it from ~/.local/guix/latest . Change
+guix-build and guix-package to have that directory first in their load
+path.
+
* user interface
** Add a package.el (Emacs) back-end