kcachegrind: fixup inputs and outputs

This commit is contained in:
Thomas Tuegel 2017-06-21 08:45:18 -05:00
parent da47cdfffb
commit 79a882da54
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -1,8 +1,7 @@
{ {
mkDerivation, lib, mkDerivation, lib,
extra-cmake-modules, kdoctools, extra-cmake-modules, kdoctools,
kio, ki18n, karchive, qttools, karchive, ki18n, kio, perl, python, php, qttools,
perl, python, php
}: }:
mkDerivation { mkDerivation {
@ -12,6 +11,5 @@ mkDerivation {
maintainers = with lib.maintainers; [ orivej ]; maintainers = with lib.maintainers; [ orivej ];
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];
propagatedBuildInputs = [ kio ]; buildInputs = [ karchive ki18n kio perl python php qttools ];
buildInputs = [ perl python php ki18n karchive qttools ];
} }