nixpkgs/pkgs/TODO
Eelco Dolstra bd56b7d65c * Started moving from XFree86 to the freedesktop.org Xlibs libraries.
svn path=/nixpkgs/trunk/; revision=860
2004-03-27 21:59:31 +00:00

7 lines
246 B
Plaintext

* Add $propagatedBuildInputs to $buildInputs in setup.sh. Then clean
up freedesktop/libX11/default.nix, libSM.
* In setup.sh: create $out prior to calling `make install'.
* In setup.sh: `mkdir -f' -> `if ! test -x $out/...; then mkdir ...'.