summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-01-29 08:43:25 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-01-31 21:15:03 -0600
commit1a481e58ec23d6e2474d40a3a530910a7daa5ba5 (patch)
treeedb3c3469ddef3747ade04387bae1a58e0f5f07c
parent4d25e971936d57b5737ad5705901196e19c3c88b (diff)
downloadnixlib-1a481e58ec23d6e2474d40a3a530910a7daa5ba5.tar
nixlib-1a481e58ec23d6e2474d40a3a530910a7daa5ba5.tar.gz
nixlib-1a481e58ec23d6e2474d40a3a530910a7daa5ba5.tar.bz2
nixlib-1a481e58ec23d6e2474d40a3a530910a7daa5ba5.tar.lz
nixlib-1a481e58ec23d6e2474d40a3a530910a7daa5ba5.tar.xz
nixlib-1a481e58ec23d6e2474d40a3a530910a7daa5ba5.tar.zst
nixlib-1a481e58ec23d6e2474d40a3a530910a7daa5ba5.zip
qt54.qtwebkit: fix Qt module CMake config files
-rw-r--r--pkgs/development/libraries/qt-5/5.4/qtwebkit/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/libraries/qt-5/5.4/qtwebkit/default.nix b/pkgs/development/libraries/qt-5/5.4/qtwebkit/default.nix
index 2620dcdf2d8a..7ed3017b95a3 100644
--- a/pkgs/development/libraries/qt-5/5.4/qtwebkit/default.nix
+++ b/pkgs/development/libraries/qt-5/5.4/qtwebkit/default.nix
@@ -31,4 +31,8 @@ qtSubmodule {
         };
     in optionals flashplayerFix [ dlopen-webkit-nsplugin dlopen-webkit-gtk ]
     ++ [ dlopen-webkit-udev ];
+  postFixup = ''
+    fixQtModuleCMakeConfig "WebKit"
+    fixQtModuleCMakeConfig "WebKitWidgets"
+  '';
 }