svn path=/nixpkgs/trunk/; revision=2364
This commit is contained in:
Eelco Dolstra 2005-03-10 11:40:16 +00:00
parent 88b0904545
commit 93e16516a7
2 changed files with 6 additions and 0 deletions

View File

@ -48,3 +48,8 @@ include/X11/IntrinsicP.h:202:25: X11/ObjectP.h: No such file or directory
don't want that because they introduce a source of non-determinism. don't want that because they introduce a source of non-determinism.
To catch problems like this one determistically, we should change To catch problems like this one determistically, we should change
the timestamp on store objects to 0. the timestamp on store objects to 0.
* In gtksourceview-sharp: does the prefix patch cause problems (e.g.,
makefile.am says "mimeinfodir should be the same as the gnome
prefix")?

View File

@ -892,6 +892,7 @@ rec {
inherit fetchurl stdenv; inherit fetchurl stdenv;
}; };
### SERVERS ### SERVERS
apacheHttpd = (import ../servers/http/apache-httpd) { apacheHttpd = (import ../servers/http/apache-httpd) {