owncloud-client: unbreak build

By reusing the nextcloud patch to find the "Sql" module (Qt5Sql).

https://hydra.nixos.org/build/64533236/nixlog/1/tail
This commit is contained in:
Bjørn Forsman 2017-11-22 20:11:18 +01:00
parent 8fafa3a85a
commit 7e9b186fe4

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "1r5ddln1wc9iyjizgqb104i0r6qhzsmm2wdnxfaif119cv0vphda";
};
patches = [ ../nextcloud-client/find-sql.patch ];
nativeBuildInputs = [ pkgconfig cmake ];
buildInputs = [ qtbase qtwebkit qtkeychain sqlite ];