summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.8/kdebindings/smokeqt.nix
blob: 0d0aa816a9417b496bda59eef0f223cc52bc497b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ kde, qt4, cmake, phonon, qimageblitz, smokegen }:

kde {
  propagatedBuildInputs = [ qt4 phonon qimageblitz ];
  buildNativeInputs = [ cmake ];
  propagatedBuildNativeInputs = [ smokegen ];

  meta = {
    description = "C++ parser used to generate language bindings for Qt/KDE";
    license = "GPLv2";
  };
}