partition-manager: fix build

see #27112
This commit is contained in:
AnotherBugworm 2017-07-04 13:18:06 +03:00 committed by Pascal Wittmann
parent 336a6ebe89
commit 430cc39f54

View File

@ -1,7 +1,7 @@
{ mkDerivation, fetchurl, lib
, extra-cmake-modules, kdoctools, wrapGAppsHook
, kconfig, kinit, kpmcore
, eject, libatasmart }:
, kcrash, eject, libatasmart }:
let
pname = "partitionmanager";
@ -22,5 +22,5 @@ in mkDerivation rec {
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
# refer to kpmcore for the use of eject
buildInputs = [ eject libatasmart ];
propagatedBuildInputs = [ kconfig kinit kpmcore ];
propagatedBuildInputs = [ kconfig kcrash kinit kpmcore ];
}