kwindowsystem: use QLatin1String instead of QStringLiteral

This commit is contained in:
Thomas Tuegel
2017-06-18 08:44:46 -05:00
parent d9094c087e
commit b7f895d972
2 changed files with 2 additions and 1 deletions
@@ -17,4 +17,5 @@ mkDerivation {
preConfigure = ''
NIX_CFLAGS_COMPILE+=" -DNIXPKGS_QT_PLUGIN_PATH=\"''${!outputBin}/$qtPluginPrefix\""
'';
outputs = [ "out" "dev" ];
}