added libvorbis libogg and flac
svn path=/nixpkgs/trunk/; revision=2063
This commit is contained in:
9
pkgs/development/libraries/libogg/default.nix
Normal file
9
pkgs/development/libraries/libogg/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libogg-1.1.2";
|
||||
src = fetchurl {
|
||||
url = http://downloads.xiph.org/releases/ogg/libogg-1.1.2.tar.gz ;
|
||||
md5 = "4d82996517bf33bb912c97e9d0b635c4" ;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user