summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.4/qtxmlpatterns.nix
blob: 3b22132e4c38e5222df730d5ab79dcac1a42c042 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ qtSubmodule, qtbase }:

qtSubmodule {
  name = "qtxmlpatterns";
  qtInputs = [ qtbase ];
  postFixup = ''
    fixQtModuleCMakeConfig "XmlPatterns"
  '';
}