* zOMG, a new Pan release!

* Delete gmime 2.2.x because the old version of Pan was the only
  package that needed it.

svn path=/nixpkgs/trunk/; revision=26200
This commit is contained in:
Eelco Dolstra
2011-03-07 17:11:50 +00:00
parent 5a437c99d6
commit d10651a8b7
3 changed files with 9 additions and 33 deletions
@@ -1,17 +0,0 @@
{ stdenv, fetchurl, pkgconfig, glib, zlib }:
stdenv.mkDerivation rec {
name = "gmime-2.2.26";
src = fetchurl {
url = "mirror://gnome/sources/gmime/2.2/${name}.tar.gz";
sha256 = "16inhq6symym9n71kxcndjwrxs2xrz63idvy64yc486wlg54aqfc";
};
buildInputs = [ pkgconfig glib zlib ];
meta = {
homepage = http://spruce.sourceforge.net/gmime/;
description = "A C/C++ library for manipulating MIME messages";
};
}