summary refs log tree commit diff
path: root/maintainers/docs/todo.txt
blob: 79432c85d142400400ae39252027402d15d1b533 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
* Patch development/tools/misc/libtool not to search standard
  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
  .../lib/libsupc++.la and .../lib/libstdc++.la

* Add gettext to glib propagatedBuildInputs?  Glib's `gi18n.h' doesn't
  seem to like Glibc `libintl.h'; needs the gettext one instead.
  [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.