Skip to content

Commit a5a98f9

Browse files
committedJul 2, 2017
krename: fix build
1 parent 09aa1ca commit a5a98f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎pkgs/applications/misc/krename/default.nix

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
mkDerivation, fetchFromGitHub, lib,
33
extra-cmake-modules, kdoctools, wrapGAppsHook,
4-
kconfig, kinit, kjsembed, taglib, exiv2, podofo
4+
kconfig, kinit, kjsembed, taglib, exiv2, podofo,
5+
kcrash
56
}:
67

78
let
@@ -26,5 +27,5 @@ in mkDerivation rec {
2627

2728
buildInputs = [ taglib exiv2 podofo ];
2829
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
29-
propagatedBuildInputs = [ kconfig kinit kjsembed ];
30+
propagatedBuildInputs = [ kconfig kcrash kinit kjsembed ];
3031
}

0 commit comments

Comments
 (0)
Please sign in to comment.