Skip to content

Commit

Permalink
peruse: one last missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Jul 9, 2017
1 parent a8c1419 commit e9c803f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/peruse/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
mkDerivation, fetchFromGitHub, fetchurl, lib,
extra-cmake-modules, kdoctools, wrapGAppsHook,
baloo, karchive, kconfig, kfilemetadata, kinit, kirigami, knewstuff, plasma-framework
baloo, karchive, kconfig, kcrash, kfilemetadata, kinit, kirigami, knewstuff, plasma-framework
}:

let
@@ -23,7 +23,7 @@ in mkDerivation rec {

nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];

propagatedBuildInputs = [ baloo karchive kconfig kfilemetadata kinit kirigami knewstuff plasma-framework ];
propagatedBuildInputs = [ baloo karchive kconfig kcrash kfilemetadata kinit kirigami knewstuff plasma-framework ];

pathsToLink = [ "/etc/xdg/peruse.knsrc"];

0 comments on commit e9c803f

Please sign in to comment.