about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-01-29 08:47:45 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-01-31 21:15:03 -0600
commit0c79c7c3b2b0f81574dc50fb3c3e55a6f3ec5df6 (patch)
tree03e65c2f76363ab9f586110c634bc1a20d0f1505 /pkgs/development
parent6e623f87845b1233bb759eb803ad33bcd1276077 (diff)
downloadnixlib-0c79c7c3b2b0f81574dc50fb3c3e55a6f3ec5df6.tar
nixlib-0c79c7c3b2b0f81574dc50fb3c3e55a6f3ec5df6.tar.gz
nixlib-0c79c7c3b2b0f81574dc50fb3c3e55a6f3ec5df6.tar.bz2
nixlib-0c79c7c3b2b0f81574dc50fb3c3e55a6f3ec5df6.tar.lz
nixlib-0c79c7c3b2b0f81574dc50fb3c3e55a6f3ec5df6.tar.xz
nixlib-0c79c7c3b2b0f81574dc50fb3c3e55a6f3ec5df6.tar.zst
nixlib-0c79c7c3b2b0f81574dc50fb3c3e55a6f3ec5df6.zip
qt54.qtconnectivity: fix Qt module CMake config files
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/qt-5/5.4/qtconnectivity.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/libraries/qt-5/5.4/qtconnectivity.nix b/pkgs/development/libraries/qt-5/5.4/qtconnectivity.nix
index 95cd6fea79b4..35538c7261f1 100644
--- a/pkgs/development/libraries/qt-5/5.4/qtconnectivity.nix
+++ b/pkgs/development/libraries/qt-5/5.4/qtconnectivity.nix
@@ -3,4 +3,8 @@
 qtSubmodule {
   name = "qtconnectivity";
   qtInputs = [ qtbase qtdeclarative ];
+  postFixup = ''
+    fixQtModuleCMakeConfig "Bluetooth"
+    fixQtModuleCMakeConfig "Nfc"
+  '';
 }