kde5.kdenetwork-filesharing: propagate all buildInputs
This commit is contained in:
parent
e14c14e6b9
commit
303071c14c
@ -11,19 +11,15 @@
|
|||||||
|
|
||||||
kdeApp {
|
kdeApp {
|
||||||
name = "kdenetwork-filesharing";
|
name = "kdenetwork-filesharing";
|
||||||
nativeBuildInputs = [
|
|
||||||
extra-cmake-modules
|
|
||||||
kdoctools
|
|
||||||
];
|
|
||||||
buildInputs = [
|
|
||||||
kcoreaddons
|
|
||||||
ki18n
|
|
||||||
kio
|
|
||||||
kwidgetsaddons
|
|
||||||
samba
|
|
||||||
];
|
|
||||||
meta = {
|
meta = {
|
||||||
license = [ lib.licenses.gpl2 lib.licenses.lgpl21 ];
|
license = [ lib.licenses.gpl2 lib.licenses.lgpl21 ];
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
maintainers = [ lib.maintainers.ttuegel ];
|
||||||
};
|
};
|
||||||
|
nativeBuildInputs = [
|
||||||
|
extra-cmake-modules
|
||||||
|
kdoctools
|
||||||
|
];
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
kcoreaddons ki18n kio kwidgetsaddons samba
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user