Added libical package, patch submitted by Andrew Morsillo
svn path=/nixpkgs/trunk/; revision=14118
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{stdenv, fetchurl, perl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libical-0.43";
|
||||
src = fetchurl {
|
||||
url = http://superb-east.dl.sourceforge.net/sourceforge/freeassociation/libical-0.43.tar.gz;
|
||||
md5 = "5f0a1feb60894d0be537aefea5647474";
|
||||
};
|
||||
buildInputs = [ perl ];
|
||||
}
|
||||
Reference in New Issue
Block a user