qsyncthingtray: 0.5.5rc2 -> 0.5.7

This commit is contained in:
zraexy 2017-02-24 08:10:12 -09:00 committed by Peter Hoeg
parent 1861733b90
commit 0680289ef8
1 changed files with 2 additions and 6 deletions

View File

@ -3,14 +3,14 @@
, qmakeHook }: , qmakeHook }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "0.5.5rc2"; version = "0.5.7";
name = "qsyncthingtray-${version}"; name = "qsyncthingtray-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sieren"; owner = "sieren";
repo = "QSyncthingTray"; repo = "QSyncthingTray";
rev = "${version}"; rev = "${version}";
sha256 = "1x7j7ylgm4ih06m7gb5ls3c9bdjwbra675489caq2f04kgw4yxq2"; sha256 = "0crrdpdmlc4ahkvp5znzc4zhfwsdih655q1kfjf0g231mmynxhvq";
}; };
buildInputs = [ qtbase qtwebengine ]; buildInputs = [ qtbase qtwebengine ];
@ -20,10 +20,6 @@ stdenv.mkDerivation rec {
postInstall = '' postInstall = ''
mkdir -p $out/bin mkdir -p $out/bin
cp binary/QSyncthingTray $out/bin cp binary/QSyncthingTray $out/bin
cat > $out/bin/qt.conf <<EOF
[Paths]
Prefix = ${qtwebengine.out}
EOF
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {