3
0
Fork 0
forked from mirrors/nixpkgs

owncloud-client: Use qt5's own mkDerivation (#70187)

This commit is contained in:
Tobias Bora 2019-10-01 23:48:23 +02:00 committed by Dmitry Kalinkin
parent 280f17c893
commit e120e00d54

View file

@ -1,6 +1,6 @@
{ stdenv, fetchurl, cmake, pkgconfig, qtbase, qtwebkit, qtkeychain, sqlite }:
{ stdenv, fetchurl, mkDerivation, cmake, pkgconfig, qtbase, qtwebkit, qtkeychain, sqlite }:
stdenv.mkDerivation rec {
mkDerivation rec {
pname = "owncloud-client";
version = "2.5.4.11654";