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:46:26 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-01-31 21:15:03 -0600
commita7cce8b329486b22eab45de7d31fe6f8fa9ef5a7 (patch)
tree8ca05f0fd37edb5847960af434ec157892fb2401 /pkgs/development
parentd769d6c3bd719b335883e32ff0d0fe9fadc684ab (diff)
downloadnixlib-a7cce8b329486b22eab45de7d31fe6f8fa9ef5a7.tar
nixlib-a7cce8b329486b22eab45de7d31fe6f8fa9ef5a7.tar.gz
nixlib-a7cce8b329486b22eab45de7d31fe6f8fa9ef5a7.tar.bz2
nixlib-a7cce8b329486b22eab45de7d31fe6f8fa9ef5a7.tar.lz
nixlib-a7cce8b329486b22eab45de7d31fe6f8fa9ef5a7.tar.xz
nixlib-a7cce8b329486b22eab45de7d31fe6f8fa9ef5a7.tar.zst
nixlib-a7cce8b329486b22eab45de7d31fe6f8fa9ef5a7.zip
qt54.qtmultimedia: fix Qt module CMake config files
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/qt-5/5.4/qtmultimedia.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/libraries/qt-5/5.4/qtmultimedia.nix b/pkgs/development/libraries/qt-5/5.4/qtmultimedia.nix
index b6b4d8ea0cf4..8db8fa5f4b96 100644
--- a/pkgs/development/libraries/qt-5/5.4/qtmultimedia.nix
+++ b/pkgs/development/libraries/qt-5/5.4/qtmultimedia.nix
@@ -9,4 +9,8 @@ qtSubmodule {
     pkgconfig alsaLib gstreamer gst-plugins-base libpulseaudio
   ];
   configureFlags = "GST_VERSION=1.0";
+  postFixup = ''
+    fixQtModuleCMakeConfig "Multimedia"
+    fixQtModuleCMakeConfig "MultimediaWidgets"
+  '';
 }