aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-03-05 19:09:04 +0100
committerLudovic Courtès <ludo@gnu.org>2013-03-05 19:09:04 +0100
commitb16c5a5857c449c4a952115d47ba8fe09948724e (patch)
tree787657e48e8871b6b4a92358545083f64ceab255
parent12761f48eaa4801beb3b49aa94f2e8891869d186 (diff)
downloadpatches-b16c5a5857c449c4a952115d47ba8fe09948724e.tar
patches-b16c5a5857c449c4a952115d47ba8fe09948724e.tar.gz
Update TODO.
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index f115b4f47c..ecc8e11217 100644
--- a/TODO
+++ b/TODO
@@ -157,12 +157,7 @@ etc.
** add ‘--list-generations’, and ‘--delete-generations’
* guix build utils
-** Add equivalent to "rm -rf"
** Add equivalent to Nixpkgs's ‘wrapProgram’
-** Change ‘patch-shebang’ to DTRT for /usr/bin/env
-
-I.e., replace “#!/usr/bin/env perl” by “#!/nix/store/…/bin/perl”.
-
** MAYBE Change ‘ld-wrapper’ to add RPATH for libs passed by file name
** MAYBE Add equivalent to chrpath, possibly using [[https://gitorious.org/guile-dlhacks/guile-dlhacks/][guile-dlhacks]]