krename: fix build
This commit is contained in:
parent
09aa1ca935
commit
a5a98f98a0
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
mkDerivation, fetchFromGitHub, lib,
|
mkDerivation, fetchFromGitHub, lib,
|
||||||
extra-cmake-modules, kdoctools, wrapGAppsHook,
|
extra-cmake-modules, kdoctools, wrapGAppsHook,
|
||||||
kconfig, kinit, kjsembed, taglib, exiv2, podofo
|
kconfig, kinit, kjsembed, taglib, exiv2, podofo,
|
||||||
|
kcrash
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -26,5 +27,5 @@ in mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ taglib exiv2 podofo ];
|
buildInputs = [ taglib exiv2 podofo ];
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
||||||
propagatedBuildInputs = [ kconfig kinit kjsembed ];
|
propagatedBuildInputs = [ kconfig kcrash kinit kjsembed ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user