nixpkgs/pkgs/desktops/kde-4-old/multimedia/default.nix
Eelco Dolstra 9fee9c7be4 * Some renaming: kde -> kde-3, kde-4 -> kde-4-old (we can delete it
eventually, but it seems to contain some packages that aren't in
  kde-4.2 yet).

svn path=/nixpkgs/trunk/; revision=14481
2009-03-10 07:58:12 +00:00

14 lines
306 B
Nix

args: with args;
stdenv.mkDerivation {
name = "kdemultimedia-4.0.0";
src = fetchurl {
url = mirror://kde/stable/4.0.0/src/kdemultimedia-4.0.0.tar.bz2;
md5 = "0bf1cd18a23017a37324d9f8c4902e19";
};
buildInputs = [kdelibs kdepimlibs kdeworkspace libogg flac cdparanoia lame
libvorbis];
}