krusader: fix compilation
This commit is contained in:
parent
73c21aad92
commit
4a8d67ebec
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
mkDerivation, fetchurl, lib,
|
mkDerivation, fetchurl, lib,
|
||||||
extra-cmake-modules, kdoctools, wrapGAppsHook,
|
extra-cmake-modules, kdoctools, wrapGAppsHook,
|
||||||
kconfig, kinit, kparts
|
kconfig, kcrash, kinit, kparts
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -23,5 +23,5 @@ in mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
||||||
propagatedBuildInputs = [ kconfig kinit kparts ];
|
propagatedBuildInputs = [ kconfig kcrash kinit kparts ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue