add libsndfile

svn path=/nixpkgs/trunk/; revision=4142
This commit is contained in:
Armijn Hemel 2005-10-26 15:58:09 +00:00
parent 000497050f
commit 8aec439cd0

View File

@ -0,0 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "libsndfile-1.0.12";
src = fetchurl {
url = http://www.mega-nerd.com/libsndfile/libsndfile-1.0.12.tar.gz;
md5 = "03718b7b225b298f41c19620b8906108";
};
}