* 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:
@@ -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";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user