nixpkgs/pkgs/desktops/kde-4-old/support/akode.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

8 lines
213 B
Nix

args: with args;
stdenv.mkDerivation {
name = "akode-2.0.0dev";
src = svnSrc "akode" "0xkzv386wvh16njjv8z84mg3czp7j7n60lwhwns5fwqhx1s30h5y";
buildInputs = [ cmake qt openssl gettext cyrus_sasl alsaLib ];
}