mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
add libsndfile
svn path=/nixpkgs/trunk/; revision=4142
This commit is contained in:
parent
000497050f
commit
8aec439cd0
9
pkgs/development/libraries/libsndfile/default.nix
Normal file
9
pkgs/development/libraries/libsndfile/default.nix
Normal 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";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user