bibletime: use qt5's mkDerivation

This commit is contained in:
Martin Milata 2020-04-07 22:31:58 +02:00
parent 98f126615f
commit eae808331c

View file

@ -1,8 +1,8 @@
{ stdenv, fetchurl, cmake, pkgconfig, sword, boost, clucene_core
{ mkDerivation, stdenv, fetchurl, cmake, pkgconfig, sword, boost, clucene_core
, qtbase, qttools, qtsvg, qtwebkit
}:
stdenv.mkDerivation rec {
mkDerivation rec {
version = "2.11.2";