kwindowsystem: update platform plugins path patch

This commit is contained in:
Thomas Tuegel
2020-12-12 16:07:18 -06:00
parent 473fb9246a
commit 262f666092
3 changed files with 51 additions and 46 deletions
@@ -15,7 +15,7 @@ mkDerivation {
buildInputs = [ libpthreadstubs libXdmcp qttools qtx11extras ];
propagatedBuildInputs = [ qtbase ];
patches = [
./platform-plugins-path.patch
./0001-platform-plugins-path.patch
];
preConfigure = ''
NIX_CFLAGS_COMPILE+=" -DNIXPKGS_QT_PLUGIN_PATH=\"''${!outputBin}/$qtPluginPrefix\""