kde5.filelight: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 13:08:37 -05:00
parent d4819465d8
commit 1ebcb5f67f
1 changed files with 6 additions and 11 deletions

View File

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