about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/modules/qtxmlpatterns.nix
blob: c602b1e39d2db16ba6e22caec5f25bca19fc781a (plain) (blame)
1
2
3
4
5
6
7
{ qtModule, qtbase, qtdeclarative }:

qtModule {
  pname = "qtxmlpatterns";
  qtInputs = [ qtbase qtdeclarative ];
  devTools = [ "bin/xmlpatterns" "bin/xmlpatternsvalidator" ];
}