parent
336a6ebe89
commit
430cc39f54
@ -1,7 +1,7 @@
|
|||||||
{ mkDerivation, fetchurl, lib
|
{ mkDerivation, fetchurl, lib
|
||||||
, extra-cmake-modules, kdoctools, wrapGAppsHook
|
, extra-cmake-modules, kdoctools, wrapGAppsHook
|
||||||
, kconfig, kinit, kpmcore
|
, kconfig, kinit, kpmcore
|
||||||
, eject, libatasmart }:
|
, kcrash, eject, libatasmart }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "partitionmanager";
|
pname = "partitionmanager";
|
||||||
@ -22,5 +22,5 @@ in mkDerivation rec {
|
|||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
||||||
# refer to kpmcore for the use of eject
|
# refer to kpmcore for the use of eject
|
||||||
buildInputs = [ eject libatasmart ];
|
buildInputs = [ eject libatasmart ];
|
||||||
propagatedBuildInputs = [ kconfig kinit kpmcore ];
|
propagatedBuildInputs = [ kconfig kcrash kinit kpmcore ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user