mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
* TODO.
svn path=/nixpkgs/trunk/; revision=2364
This commit is contained in:
parent
88b0904545
commit
93e16516a7
|
@ -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.
|
||||
To catch problems like this one determistically, we should change
|
||||
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")?
|
||||
|
|
|
@ -892,6 +892,7 @@ rec {
|
|||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
|
||||
### SERVERS
|
||||
|
||||
apacheHttpd = (import ../servers/http/apache-httpd) {
|
||||
|
|
Loading…
Reference in a new issue