2011-08-19 16:42:58 +01:00
|
|
|
{ kde, qt4, cmake, phonon, qimageblitz, smokegen }:
|
2011-08-15 19:06:26 +01:00
|
|
|
|
|
|
|
kde {
|
|
|
|
propagatedBuildInputs = [ qt4 phonon qimageblitz ];
|
|
|
|
buildNativeInputs = [ cmake ];
|
2011-08-19 16:42:58 +01:00
|
|
|
propagatedBuildNativeInputs = [ smokegen ];
|
2011-08-15 19:06:26 +01:00
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "C++ parser used to generate language bindings for Qt/KDE";
|
|
|
|
license = "GPLv2";
|
|
|
|
};
|
|
|
|
}
|