qsyncthingtray: fix build

This commit is contained in:
Orivej Desh
2017-11-17 03:06:05 +00:00
parent 031367af2b
commit 37215ff7ab
2 changed files with 17 additions and 0 deletions
@@ -20,6 +20,8 @@ mkDerivation rec {
cmakeFlags = lib.optional preferQWebView "-DQST_BUILD_WEBKIT=1";
patches = [ ./qsyncthingtray-0.5.8-qt-5.6.3.patch ];
postPatch = ''
${lib.optionalString stdenv.isLinux ''
substituteInPlace includes/platforms/linux/posixUtils.hpp \
@@ -44,6 +46,8 @@ mkDerivation rec {
runHook postInstall
'';
enableParallelBuilding = true;
meta = with lib; {
homepage = https://github.com/sieren/QSyncthingTray/;
description = "A Traybar Application for Syncthing written in C++";