mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
svn path=/nixpkgs/trunk/; revision=6715
This commit is contained in:
parent
5782390a5d
commit
85454a47da
1 changed files with 0 additions and 10 deletions
|
@ -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 a new issue