From b16c5a5857c449c4a952115d47ba8fe09948724e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 5 Mar 2013 19:09:04 +0100 Subject: [PATCH] Update TODO. --- TODO | 5 ----- 1 file changed, 5 deletions(-) diff --git a/TODO b/TODO index f115b4f47cd4f757fb51b85570ef1f227b14a1a4..ecc8e112172ab58e69a252b29efc03626462caf3 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]]