bibletime: use qt5's mkDerivation
This commit is contained in:
parent
98f126615f
commit
eae808331c
@ -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
|
, qtbase, qttools, qtsvg, qtwebkit
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
|
|
||||||
version = "2.11.2";
|
version = "2.11.2";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user