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

kde {
  buildInputs = [ qt4 ];
  nativeBuildInputs = [ cmake ];

  patches = [ ./smokegen-SmokeConfig.cmake.in-nix.patch ./smokegen-CMakeLists.txt-nix.patch ];

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