parent
336a6ebe89
commit
430cc39f54
@ -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…
Reference in New Issue
Block a user