peruse: add missing dependencies
This commit is contained in:
parent
5906a2714d
commit
a8c1419d53
@ -1,7 +1,7 @@
|
||||
{
|
||||
mkDerivation, fetchFromGitHub, fetchurl, lib,
|
||||
extra-cmake-modules, kdoctools, wrapGAppsHook,
|
||||
baloo, kconfig, kfilemetadata, kinit, kirigami, knewstuff, plasma-framework
|
||||
baloo, karchive, kconfig, kfilemetadata, kinit, kirigami, knewstuff, plasma-framework
|
||||
}:
|
||||
|
||||
let
|
||||
@ -23,7 +23,7 @@ in mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
||||
|
||||
propagatedBuildInputs = [ baloo kconfig kfilemetadata kinit kirigami knewstuff plasma-framework ];
|
||||
propagatedBuildInputs = [ baloo karchive kconfig kfilemetadata kinit kirigami knewstuff plasma-framework ];
|
||||
|
||||
pathsToLink = [ "/etc/xdg/peruse.knsrc"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user