kronometer: fix build
This commit is contained in:
parent
b963ba1bee
commit
73c21aad92
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
mkDerivation, fetchurl, lib,
|
mkDerivation, fetchurl, lib,
|
||||||
extra-cmake-modules, kdoctools, wrapGAppsHook,
|
extra-cmake-modules, kdoctools, wrapGAppsHook,
|
||||||
kconfig, kinit
|
kconfig, kcrash, kinit
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -21,5 +21,5 @@ mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
||||||
propagatedBuildInputs = [ kconfig kinit ];
|
propagatedBuildInputs = [ kconfig kcrash kinit ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user