summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.7/kdebindings/smokeqt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-4.7/kdebindings/smokeqt.nix')
-rw-r--r--pkgs/desktops/kde-4.7/kdebindings/smokeqt.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-4.7/kdebindings/smokeqt.nix b/pkgs/desktops/kde-4.7/kdebindings/smokeqt.nix
new file mode 100644
index 0000000000000..0d0aa816a9417
--- /dev/null
+++ b/pkgs/desktops/kde-4.7/kdebindings/smokeqt.nix
@@ -0,0 +1,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";
+  };
+}