kde5.filelight: propagate all buildInputs
This commit is contained in:
parent
d4819465d8
commit
1ebcb5f67f
|
@ -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 ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue