peruse: one last missing dependency
This commit is contained in:
parent
a8c1419d53
commit
e9c803f09f
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
mkDerivation, fetchFromGitHub, fetchurl, lib,
|
mkDerivation, fetchFromGitHub, fetchurl, lib,
|
||||||
extra-cmake-modules, kdoctools, wrapGAppsHook,
|
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
|
let
|
||||||
@ -23,7 +23,7 @@ in mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
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"];
|
pathsToLink = [ "/etc/xdg/peruse.knsrc"];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user