Skip to content

Commit

Permalink
kinit: add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Jun 21, 2017
1 parent 0d4431c commit 845c7c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/kde-frameworks/kinit/default.nix
@@ -1,6 +1,7 @@
{
kdeFramework, lib, copyPathsToStore,
extra-cmake-modules, kdoctools,
libcap, xorg,
kconfig, kcrash, ki18n, kio, kparts, kservice, kwindowsystem, plasma-framework
}:

Expand All @@ -10,6 +11,7 @@ in
kdeFramework {
name = "kinit";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
buildInputs = [ libcap xorg.libpthreadstubs ];
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
propagatedBuildInputs = [
kconfig kcrash ki18n kio kservice kwindowsystem
Expand Down

0 comments on commit 845c7c7

Please sign in to comment.