owncloud-client: build with qt5 instead of qt4
This commit is contained in:
parent
8afdae07b2
commit
2baf0a568a
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, cmake, qt4, pkgconfig, qtkeychain, sqlite }:
|
{ stdenv, fetchurl, cmake, qt5, pkgconfig, qtkeychain, sqlite }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "owncloud-client-${version}";
|
name = "owncloud-client-${version}";
|
||||||
@ -10,10 +10,10 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig cmake ];
|
nativeBuildInputs = [ pkgconfig cmake ];
|
||||||
buildInputs = [ qt4 qtkeychain sqlite];
|
buildInputs = [ qt5.qtbase qt5.qtwebkit qtkeychain sqlite ];
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-UCMAKE_INSTALL_LIBDIR"
|
"-UCMAKE_INSTALL_LIBDIR"
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
@ -3303,7 +3303,9 @@ with pkgs;
|
|||||||
owncloud90
|
owncloud90
|
||||||
owncloud91;
|
owncloud91;
|
||||||
|
|
||||||
owncloud-client = callPackage ../applications/networking/owncloud-client { };
|
owncloud-client = callPackage ../applications/networking/owncloud-client {
|
||||||
|
inherit (libsForQt5) qtkeychain;
|
||||||
|
};
|
||||||
|
|
||||||
p2pvc = callPackage ../applications/video/p2pvc {};
|
p2pvc = callPackage ../applications/video/p2pvc {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user