2009-02-19 23:02:57 +01:00
|
|
|
{stdenv, fetchurl, cmake, qt4, perl, kdelibs, kdebase_workspace, automoc4, phonon}:
|
|
|
|
|
|
|
|
stdenv.mkDerivation {
|
2009-05-07 13:20:30 +02:00
|
|
|
name = "kdetoys-4.2.3";
|
2009-02-19 23:02:57 +01:00
|
|
|
src = fetchurl {
|
2009-05-07 13:20:30 +02:00
|
|
|
url = mirror://kde/stable/4.2.3/src/kdetoys-4.2.3.tar.bz2;
|
|
|
|
sha1 = "cb84d7b8da85ed82972a4c99065644532cf12d6d";
|
2009-02-19 23:02:57 +01:00
|
|
|
};
|
|
|
|
buildInputs = [ cmake qt4 perl kdelibs kdebase_workspace automoc4 phonon ];
|
|
|
|
}
|