kde5.kwallet: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 11:03:19 -05:00
parent 7bda979a1a
commit b0cfdf77ef

View File

@ -5,17 +5,14 @@
kdeFramework { kdeFramework {
name = "kwallet"; name = "kwallet";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ]; nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
buildInputs = [ propagatedBuildInputs = [
kconfig kconfigwidgets kcoreaddons kdbusaddons kiconthemes kconfig kconfigwidgets kcoreaddons kdbusaddons ki18n kiconthemes
knotifications kservice kwidgetsaddons libgcrypt knotifications kservice kwidgetsaddons kwindowsystem libgcrypt
]; ];
propagatedBuildInputs = [ ki18n kwindowsystem ];
postInstall = '' postInstall = ''
wrapQtProgram "$out/bin/kwalletd5" wrapQtProgram "$out/bin/kwalletd5"
wrapQtProgram "$out/bin/kwallet-query" wrapQtProgram "$out/bin/kwallet-query"
''; '';
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
} }