owncloud-client: 2.3.4 -> 2.4.1
This commit is contained in:
parent
555c51b001
commit
882ed257d6
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "owncloud-client-${version}";
|
name = "owncloud-client-${version}";
|
||||||
version = "2.3.4";
|
version = "2.4.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.owncloud.com/desktop/stable/owncloudclient-${version}.tar.xz";
|
url = "https://download.owncloud.com/desktop/stable/owncloudclient-${version}.tar.xz";
|
||||||
sha256 = "1fpi1mlp2b8sx2993b4mava5c6qw794dmlayih430299z1l9wh49";
|
sha256 = "4462ae581c281123dc62f3604f1aa54c8f4a60cd8157b982e2d76faac0f7aa23";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ../nextcloud-client/find-sql.patch ];
|
patches = [ ./find-sql.patch ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig cmake ];
|
nativeBuildInputs = [ pkgconfig cmake ];
|
||||||
buildInputs = [ qtbase qtwebkit qtkeychain sqlite ];
|
buildInputs = [ qtbase qtwebkit qtkeychain sqlite ];
|
||||||
|
12
pkgs/applications/networking/owncloud-client/find-sql.patch
Normal file
12
pkgs/applications/networking/owncloud-client/find-sql.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
*** a/cmake/modules/QtVersionAbstraction.cmake
|
||||||
|
--- b/cmake/modules/QtVersionAbstraction.cmake
|
||||||
|
***************
|
||||||
|
*** 8,13 ****
|
||||||
|
--- 8,14 ----
|
||||||
|
find_package(Qt5Core REQUIRED)
|
||||||
|
find_package(Qt5Network REQUIRED)
|
||||||
|
find_package(Qt5Xml REQUIRED)
|
||||||
|
+ find_package(Qt5Sql REQUIRED)
|
||||||
|
find_package(Qt5Concurrent REQUIRED)
|
||||||
|
if(UNIT_TESTING)
|
||||||
|
find_package(Qt5Test REQUIRED)
|
Loading…
x
Reference in New Issue
Block a user