kronometer: fix build

This commit is contained in:
Peter Hoeg 2017-07-04 21:48:15 +02:00
parent b963ba1bee
commit 73c21aad92

View File

@ -1,7 +1,7 @@
{ {
mkDerivation, fetchurl, lib, mkDerivation, fetchurl, lib,
extra-cmake-modules, kdoctools, wrapGAppsHook, extra-cmake-modules, kdoctools, wrapGAppsHook,
kconfig, kinit kconfig, kcrash, kinit
}: }:
let let
@ -21,5 +21,5 @@ mkDerivation rec {
maintainers = with maintainers; [ peterhoeg ]; maintainers = with maintainers; [ peterhoeg ];
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ]; nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
propagatedBuildInputs = [ kconfig kinit ]; propagatedBuildInputs = [ kconfig kcrash kinit ];
} }