summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-01-29 08:40:41 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-01-31 21:15:03 -0600
commita67c2ded6b228685c72b5581e4351299c79c332a (patch)
treeea989ce90b53576c2f742c9a8cb2216c5c3a87f7
parentb7db2185a058a5b23090992a34d32e45e957d7e9 (diff)
downloadnixlib-a67c2ded6b228685c72b5581e4351299c79c332a.tar
nixlib-a67c2ded6b228685c72b5581e4351299c79c332a.tar.gz
nixlib-a67c2ded6b228685c72b5581e4351299c79c332a.tar.bz2
nixlib-a67c2ded6b228685c72b5581e4351299c79c332a.tar.lz
nixlib-a67c2ded6b228685c72b5581e4351299c79c332a.tar.xz
nixlib-a67c2ded6b228685c72b5581e4351299c79c332a.tar.zst
nixlib-a67c2ded6b228685c72b5581e4351299c79c332a.zip
qt54.qtxmlpatterns: fix Qt module CMake config files
-rw-r--r--pkgs/development/libraries/qt-5/5.4/qtxmlpatterns.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/libraries/qt-5/5.4/qtxmlpatterns.nix b/pkgs/development/libraries/qt-5/5.4/qtxmlpatterns.nix
index 9a8ddbba2bd2..3b22132e4c38 100644
--- a/pkgs/development/libraries/qt-5/5.4/qtxmlpatterns.nix
+++ b/pkgs/development/libraries/qt-5/5.4/qtxmlpatterns.nix
@@ -3,4 +3,7 @@
 qtSubmodule {
   name = "qtxmlpatterns";
   qtInputs = [ qtbase ];
+  postFixup = ''
+    fixQtModuleCMakeConfig "XmlPatterns"
+  '';
 }