krusader: add missing dependencies
This commit is contained in:
parent
4a8d67ebec
commit
5906a2714d
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
mkDerivation, fetchurl, lib,
|
mkDerivation, fetchurl, lib,
|
||||||
extra-cmake-modules, kdoctools, wrapGAppsHook,
|
extra-cmake-modules, kdoctools, wrapGAppsHook,
|
||||||
kconfig, kcrash, kinit, kparts
|
karchive, kconfig, kcrash, kguiaddons, kinit, kparts, kwindowsystem
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -23,5 +23,5 @@ in mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
||||||
propagatedBuildInputs = [ kconfig kcrash kinit kparts ];
|
propagatedBuildInputs = [ karchive kconfig kcrash kguiaddons kinit kparts kwindowsystem ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user