svn path=/nixpkgs/trunk/; revision=6715
This commit is contained in:
parent
5782390a5d
commit
85454a47da
|
@ -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";
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in New Issue