partition-manager: fix build

see #27112
wip/yesman
AnotherBugworm 7 years ago committed by Pascal Wittmann
parent 336a6ebe89
commit 430cc39f54
  1. 4
      pkgs/tools/misc/partition-manager/default.nix

@ -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 ];
}

Loading…
Cancel
Save