kde5.filelight: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 13:08:37 -05:00
parent d4819465d8
commit 1ebcb5f67f

View file

@ -12,24 +12,19 @@
kdeApp {
name = "filelight";
meta = {
license = with lib.licenses; [ gpl2 ];
maintainers = with lib.maintainers; [ fridh vcunat ];
};
nativeBuildInputs = [
extra-cmake-modules
kdoctools
makeQtWrapper
];
buildInputs = [
kio
kparts
qtscript
solid
kxmlgui
propagatedBuildInputs = [
kio kparts qtscript solid kxmlgui
];
postInstall = ''
wrapQtProgram "$out/bin/filelight"
'';
meta = {
license = with lib.licenses; [ gpl2 ];
maintainers = with lib.maintainers; [ fridh vcunat ];
};
}