summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/sdk/poxml.nix
blob: 683fa77debd9085f892f7d5b5c0ab1879df1dbbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ kde, cmake, kdelibs, automoc4, antlr }:

kde.package {
  buildInputs = [ cmake kdelibs automoc4 antlr ];


  meta = {
    description = "Po<->xml tools";
    kde = {
      name = "poxml";
      module = "kdesdk";
    };
  };
}