Split some GTK/X11-related packages

The closure of the Pan newsreader is now down from 344 MiB to 195 MiB.
This commit is contained in:
Eelco Dolstra
2012-08-26 22:53:19 -04:00
parent 3d32657782
commit 61129e1ee9
14 changed files with 107 additions and 60 deletions
+4 -2
View File
@@ -2,12 +2,14 @@
stdenv.mkDerivation rec {
name = "gmime-2.4.24";
src = fetchurl {
url = "mirror://gnome/sources/gmime/2.4/${name}.tar.gz";
sha256 = "2f538d68e215f075d16575a6da9acb87983db9e2df0d7d403858048881a0dd15";
};
outputs = [ "dev" "out" "bin" "doc" ];
buildInputs = [ pkgconfig glib zlib ];
meta = {