mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
qt55.qtxmlpatterns: fix Qt module CMake config files
This commit is contained in:
parent
24d0cfbb3a
commit
27824e3332
1 changed files with 3 additions and 0 deletions
|
@ -3,4 +3,7 @@
|
|||
qtSubmodule {
|
||||
name = "qtxmlpatterns";
|
||||
qtInputs = [ qtbase ];
|
||||
postFixup = ''
|
||||
fixQtModuleCMakeConfig "XmlPatterns"
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue