summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-12-15 21:28:59 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-12-15 21:28:59 +0000
commitf59f5d7d961b99d0a8abe28e89c29ddad6fb6164 (patch)
treeb22beca6c07dc3123d0514e75096b867b23b4ce5 /maintainers
parentb83fc581e2f2c4d653eff4ccd824a57f80a43558 (diff)
downloadnixpkgs-f59f5d7d961b99d0a8abe28e89c29ddad6fb6164.tar
nixpkgs-f59f5d7d961b99d0a8abe28e89c29ddad6fb6164.tar.gz
nixpkgs-f59f5d7d961b99d0a8abe28e89c29ddad6fb6164.tar.bz2
nixpkgs-f59f5d7d961b99d0a8abe28e89c29ddad6fb6164.tar.lz
nixpkgs-f59f5d7d961b99d0a8abe28e89c29ddad6fb6164.tar.xz
nixpkgs-f59f5d7d961b99d0a8abe28e89c29ddad6fb6164.tar.zst
nixpkgs-f59f5d7d961b99d0a8abe28e89c29ddad6fb6164.zip
* Handle weird cases when the server redirects us while setting a
  cookie.

svn path=/nixpkgs/trunk/; revision=7352
Diffstat (limited to 'maintainers')
-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 138d1962686..79432c85d14 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.