summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.5
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-01-24 18:27:23 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-01-31 21:15:03 -0600
commit02f276123319d977764e39e3a167c45cc89eac31 (patch)
tree6c5d8a4e63b718d93dc0366e313515a1a7be8928 /pkgs/development/libraries/qt-5/5.5
parented20a6a97cd9f674ca9f20668d9d2580f1a94913 (diff)
qt55.qtsvg: fix Qt module CMake config files
Diffstat (limited to 'pkgs/development/libraries/qt-5/5.5')
-rw-r--r--pkgs/development/libraries/qt-5/5.5/qtsvg.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/libraries/qt-5/5.5/qtsvg.nix b/pkgs/development/libraries/qt-5/5.5/qtsvg.nix
index b9ccac7cf9331..a460d6da4c2ad 100644
--- a/pkgs/development/libraries/qt-5/5.5/qtsvg.nix
+++ b/pkgs/development/libraries/qt-5/5.5/qtsvg.nix
@@ -3,4 +3,7 @@
 qtSubmodule {
   name = "qtsvg";
   qtInputs = [ qtbase ];
+  postFixup = ''
+    fixQtModuleCMakeConfig "Svg"
+  '';
 }