syncthingtray: 1.1.3 -> 1.1.20
This commit is contained in:
parent
bf8134d860
commit
803b9d6343
@ -7,6 +7,8 @@
|
|||||||
, extra-cmake-modules
|
, extra-cmake-modules
|
||||||
, cpp-utilities
|
, cpp-utilities
|
||||||
, qtutilities
|
, qtutilities
|
||||||
|
, qtforkawesome
|
||||||
|
, boost
|
||||||
, cmake
|
, cmake
|
||||||
, kio
|
, kio
|
||||||
, plasma-framework
|
, plasma-framework
|
||||||
@ -19,17 +21,23 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
version = "1.1.3";
|
version = "1.1.20";
|
||||||
pname = "syncthingtray";
|
pname = "syncthingtray";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Martchus";
|
owner = "Martchus";
|
||||||
repo = "syncthingtray";
|
repo = "syncthingtray";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-ovit2XSkxSjcbpqQUv8IzMqfsfItbtXLbx0/Vy0+J0Y=";
|
sha256 = "sha256-T0ddAROwVSh+IKGZZNDMC7YB2IfQZal2pAQ5ArirtjI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qtbase cpp-utilities qtutilities ]
|
buildInputs = [
|
||||||
|
qtbase
|
||||||
|
cpp-utilities
|
||||||
|
qtutilities
|
||||||
|
boost
|
||||||
|
qtforkawesome
|
||||||
|
]
|
||||||
++ lib.optionals webviewSupport [ qtwebengine ]
|
++ lib.optionals webviewSupport [ qtwebengine ]
|
||||||
++ lib.optionals jsSupport [ qtdeclarative ]
|
++ lib.optionals jsSupport [ qtdeclarative ]
|
||||||
++ lib.optionals kioPluginSupport [ kio ]
|
++ lib.optionals kioPluginSupport [ kio ]
|
||||||
|
Loading…
Reference in New Issue
Block a user