kde5.libkipi: propagate all buildInputs
This commit is contained in:
parent
3c6065bc5b
commit
a5aaea3fb5
@ -9,14 +9,14 @@
|
|||||||
|
|
||||||
kdeApp {
|
kdeApp {
|
||||||
name = "libkipi";
|
name = "libkipi";
|
||||||
nativeBuildInputs = [
|
|
||||||
extra-cmake-modules
|
|
||||||
];
|
|
||||||
buildInputs = [
|
|
||||||
kconfig ki18n kservice kxmlgui
|
|
||||||
];
|
|
||||||
meta = {
|
meta = {
|
||||||
license = with lib.licenses; [ gpl2 lgpl21 bsd3 ];
|
license = with lib.licenses; [ gpl2 lgpl21 bsd3 ];
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
maintainers = [ lib.maintainers.ttuegel ];
|
||||||
};
|
};
|
||||||
|
nativeBuildInputs = [
|
||||||
|
extra-cmake-modules
|
||||||
|
];
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
kconfig ki18n kservice kxmlgui
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user