2009-02-23 23:26:58 +01:00
|
|
|
{stdenv, fetchurl, cmake, qt4, tapioca_qt, telepathy_qt}:
|
2009-02-20 17:21:36 +01:00
|
|
|
|
|
|
|
stdenv.mkDerivation {
|
|
|
|
name = "decibel-0.5.0";
|
|
|
|
src = fetchurl {
|
|
|
|
url = http://decibel.kde.org/fileadmin/downloads/decibel/releases/decibel-0.5.0.tar.gz;
|
|
|
|
md5 = "7de299ace568c87a746388ad765228e5";
|
|
|
|
};
|
2009-02-23 23:26:58 +01:00
|
|
|
buildInputs = [ cmake qt4 tapioca_qt telepathy_qt ];
|
2009-02-20 17:21:36 +01:00
|
|
|
}
|