From 93e16516a7211cf8123bfc968d9db71163381896 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 10 Mar 2005 11:40:16 +0000 Subject: [PATCH] * TODO. svn path=/nixpkgs/trunk/; revision=2364 --- maintainers/docs/bugs.txt | 5 +++++ pkgs/system/all-packages-generic.nix | 1 + 2 files changed, 6 insertions(+) diff --git a/maintainers/docs/bugs.txt b/maintainers/docs/bugs.txt index fa2f324cf0f1..b909ab9ecf0a 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 bc102bf772e0..b69d8d743f9f 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) {