summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorzraexy <zraexy@users.noreply.github.com>2017-02-24 08:10:12 -0900
committerPeter Hoeg <peter@hoeg.com>2017-02-27 15:31:55 +0800
commit0680289ef8e3d81198d89a4ff6c89a04901cac92 (patch)
treed6f33d38c2f41e3947a17e06251e5f61a0114ee0 /pkgs/applications
parent1861733b90b5370e4f29cef3418386a3867da40a (diff)
qsyncthingtray: 0.5.5rc2 -> 0.5.7
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/qsyncthingtray/default.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/pkgs/applications/misc/qsyncthingtray/default.nix b/pkgs/applications/misc/qsyncthingtray/default.nix
index 96d2aa0c85b7..ba8b946f3fbb 100644
--- a/pkgs/applications/misc/qsyncthingtray/default.nix
+++ b/pkgs/applications/misc/qsyncthingtray/default.nix
@@ -3,14 +3,14 @@
, qmakeHook }:
stdenv.mkDerivation rec {
- version = "0.5.5rc2";
+ version = "0.5.7";
name = "qsyncthingtray-${version}";
src = fetchFromGitHub {
owner = "sieren";
repo = "QSyncthingTray";
rev = "${version}";
- sha256 = "1x7j7ylgm4ih06m7gb5ls3c9bdjwbra675489caq2f04kgw4yxq2";
+ sha256 = "0crrdpdmlc4ahkvp5znzc4zhfwsdih655q1kfjf0g231mmynxhvq";
};
buildInputs = [ qtbase qtwebengine ];
@@ -20,10 +20,6 @@ stdenv.mkDerivation rec {
postInstall = ''
mkdir -p $out/bin
cp binary/QSyncthingTray $out/bin
- cat > $out/bin/qt.conf <<EOF
- [Paths]
- Prefix = ${qtwebengine.out}
- EOF
'';
meta = with stdenv.lib; {