diff --git a/maintainers/docs/bugs.txt b/maintainers/docs/bugs.txt index fa2f324cf0f..b909ab9ecf0 100644 --- a/maintainers/docs/bugs.txt +++ b/maintainers/docs/bugs.txt @@ -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")? diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index bc102bf772e..b69d8d743f9 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -892,6 +892,7 @@ rec { inherit fetchurl stdenv; }; + ### SERVERS apacheHttpd = (import ../servers/http/apache-httpd) {