summary refs log tree commit diff
path: root/maintainers/docs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-12-27 17:48:46 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-12-27 17:48:46 +0000
commit2dd4e1b9d308949a018b0301148f997147da0bf0 (patch)
tree48885cfe322736a8ed965a6e1b0e612e6086ce82 /maintainers/docs
parent8ab9a58e0d3ea85491ebf012cfda962d59f1b99b (diff)
downloadnixlib-2dd4e1b9d308949a018b0301148f997147da0bf0.tar
nixlib-2dd4e1b9d308949a018b0301148f997147da0bf0.tar.gz
nixlib-2dd4e1b9d308949a018b0301148f997147da0bf0.tar.bz2
nixlib-2dd4e1b9d308949a018b0301148f997147da0bf0.tar.lz
nixlib-2dd4e1b9d308949a018b0301148f997147da0bf0.tar.xz
nixlib-2dd4e1b9d308949a018b0301148f997147da0bf0.tar.zst
nixlib-2dd4e1b9d308949a018b0301148f997147da0bf0.zip
* Remove dontMakeInstall, it's no longer necessary (just set
  installCommand to true or something).

svn path=/nixpkgs/trunk/; revision=7495
Diffstat (limited to 'maintainers/docs')
-rw-r--r--maintainers/docs/todo.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/maintainers/docs/todo.txt b/maintainers/docs/todo.txt
index 79432c85d142..02d7b041232f 100644
--- a/maintainers/docs/todo.txt
+++ b/maintainers/docs/todo.txt
@@ -2,8 +2,6 @@
   directories for libraries (like setup.sh does now). [do we want
   this?]
 
-* In setup.sh: add configureFlagsArray or something
-
 * Inform freedesktop people that Xaw requires Xpm.
 
 * After building gcc, filter out references to /tmp/nix... in
@@ -14,7 +12,3 @@
   [Move from libbonoboui]
 
 * 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.