about summary refs log tree commit diff
path: root/maintainers/docs
diff options
context:
space:
mode:
Diffstat (limited to 'maintainers/docs')
-rw-r--r--maintainers/docs/todo.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/maintainers/docs/todo.txt b/maintainers/docs/todo.txt
index 138d1962686e6..79432c85d1424 100644
--- a/maintainers/docs/todo.txt
+++ b/maintainers/docs/todo.txt
@@ -13,4 +13,8 @@
   seem to like Glibc `libintl.h'; needs the gettext one instead.
   [Move from libbonoboui]
 
-* Fix the bzip2 build generically.
\ No newline at end of file
+* Fix the bzip2 build generically.
+
+* In stdenv/setup.sh: put the call to patchelf etc. in a separate
+  phase (fixupPhase?) that comes after the installPhase.  This is so
+  that when one overrides installPhase, the fixup stuff is still done.