krename: fix build

This commit is contained in:
Frederik Rietdijk 2017-07-02 11:01:22 +02:00
parent 09aa1ca935
commit a5a98f98a0

View File

@ -1,7 +1,8 @@
{
mkDerivation, fetchFromGitHub, lib,
extra-cmake-modules, kdoctools, wrapGAppsHook,
kconfig, kinit, kjsembed, taglib, exiv2, podofo
kconfig, kinit, kjsembed, taglib, exiv2, podofo,
kcrash
}:
let
@ -26,5 +27,5 @@ in mkDerivation rec {
buildInputs = [ taglib exiv2 podofo ];
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
propagatedBuildInputs = [ kconfig kinit kjsembed ];
propagatedBuildInputs = [ kconfig kcrash kinit kjsembed ];
}