svn path=/nixpkgs/trunk/; revision=6715

This commit is contained in:
Eelco Dolstra 2006-10-12 15:40:31 +00:00
parent 5782390a5d
commit 85454a47da

View file

@ -1,10 +0,0 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "sqlite-2.8.17";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/sqlite-2.8.17.tar.gz;
md5 = "838dbac20b56d2c4292e98848505a05b";
};
}