zeal: use qt5's mkDerivation

ref #65399
This commit is contained in:
Artem Vorotnikov 2019-08-05 12:28:25 +03:00 committed by worldofpeace
parent 08ee74e796
commit d21d6544c3

View file

@ -1,8 +1,8 @@
{ stdenv, fetchFromGitHub, cmake, extra-cmake-modules, pkgconfig
, qtbase, qtimageformats, qtwebkit, qtx11extras
, qtbase, qtimageformats, qtwebkit, qtx11extras, mkDerivation
, libarchive, libXdmcp, libpthreadstubs, xcbutilkeysyms }:
stdenv.mkDerivation rec {
mkDerivation rec {
name = "zeal-${version}";
version = "0.6.1";