mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
kcachegrind: fixup inputs and outputs
This commit is contained in:
parent
da47cdfffb
commit
79a882da54
@ -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 ];
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user