9fee9c7be4
eventually, but it seems to contain some packages that aren't in kde-4.2 yet). svn path=/nixpkgs/trunk/; revision=14481
8 lines
213 B
Nix
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 ];
|
|
}
|