kde5.kwallet: propagate all buildInputs
This commit is contained in:
parent
7bda979a1a
commit
b0cfdf77ef
@ -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 ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user