bibletime: use qt5's mkDerivation

gstqt5
Martin Milata 2020-04-07 22:31:58 +02:00
parent 98f126615f
commit eae808331c
1 changed files with 2 additions and 2 deletions

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";