From bdf57c697c395db25160a36a32b4fb8c876ec1dd Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Wed, 19 Jan 2005 22:12:34 +0000 Subject: lame 3.96.1 svn path=/nixpkgs/trunk/; revision=2065 --- pkgs/applications/audio/lame/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pkgs/applications/audio/lame/default.nix (limited to 'pkgs/applications/audio/lame') diff --git a/pkgs/applications/audio/lame/default.nix b/pkgs/applications/audio/lame/default.nix new file mode 100644 index 00000000000..d995dc8222e --- /dev/null +++ b/pkgs/applications/audio/lame/default.nix @@ -0,0 +1,9 @@ +{stdenv, fetchurl}: + +stdenv.mkDerivation { + name = "lame-3.96.1"; + src = fetchurl { + url = http://mesh.dl.sourceforge.net/sourceforge/lame/lame-3.96.1.tar.gz ; + md5 = "e1206c46a5e276feca11a7149e2fc6ac" ; + }; +} -- cgit 1.4.1