nixpkgs/pkgs/applications/audio/lame/default.nix
Yury G. Kudryashov 98a81beaac meta.homepage added to several packages
svn path=/nixpkgs/branches/stdenv-updates/; revision=10431
2008-01-31 10:41:45 +00:00

10 lines
215 B
Nix

{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "lame-3.97";
src = fetchurl {
url = mirror://sourceforge/lame/lame-3.97.tar.gz ;
sha256 = "05xy9lv6m9s013lzlvhxwvr1586c239xaiiwka52k18hs6k388qa";
};
}