bibletime: use qt5's mkDerivation

wip/yesman
Martin Milata 4 years ago
parent 98f126615f
commit eae808331c
  1. 4
      pkgs/applications/misc/bibletime/default.nix

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

Loading…
Cancel
Save