extra-cmake-modules: Lift Qt dependency
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
stdenv, fetchFromGitHub, cmake, ecm,
|
||||
stdenv, fetchFromGitHub, cmake, extra-cmake-modules,
|
||||
zlib, boost162, libunwind, elfutils, sparsehash,
|
||||
qtbase, kio, kitemmodels, threadweaver, kconfigwidgets, kcoreaddons,
|
||||
}:
|
||||
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0dqchd2r4khv9gzj4n0qjii2nqygkj5jclkji8jbvivx5qwsqznc";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ecm ];
|
||||
nativeBuildInputs = [ cmake extra-cmake-modules ];
|
||||
buildInputs = [
|
||||
zlib boost162 libunwind elfutils sparsehash
|
||||
qtbase kio kitemmodels threadweaver kconfigwidgets kcoreaddons
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, fetchFromGitHub, cmake, ecm, makeQtWrapper
|
||||
{ stdenv, lib, fetchFromGitHub, cmake, extra-cmake-modules, makeQtWrapper
|
||||
, boost, doxygen, openssl, mysql, postgresql, graphviz, loki, qscintilla, qtbase }:
|
||||
|
||||
let
|
||||
@@ -18,7 +18,7 @@ in stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
buildInputs = [
|
||||
cmake ecm makeQtWrapper
|
||||
cmake extra-cmake-modules makeQtWrapper
|
||||
boost doxygen graphviz loki mysql openssl postgresql qscintillaLib qtbase
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user