kde5.kservice: propagate all buildInputs
This commit is contained in:
parent
ca55273431
commit
de14d68984
@ -4,15 +4,12 @@
|
|||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "kservice";
|
name = "kservice";
|
||||||
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||||
propagatedNativeBuildInputs = [ extra-cmake-modules ];
|
propagatedNativeBuildInputs = [ extra-cmake-modules ];
|
||||||
nativeBuildInputs = [ kdoctools ];
|
nativeBuildInputs = [ kdoctools ];
|
||||||
buildInputs = [ kcrash kdbusaddons ];
|
propagatedBuildInputs = [ kconfig kcoreaddons kcrash kdbusaddons ki18n kwindowsystem ];
|
||||||
propagatedBuildInputs = [ kconfig kcoreaddons ki18n kwindowsystem ];
|
|
||||||
patches = [
|
patches = [
|
||||||
./0001-qdiriterator-follow-symlinks.patch
|
./0001-qdiriterator-follow-symlinks.patch
|
||||||
./0002-no-canonicalize-path.patch
|
./0002-no-canonicalize-path.patch
|
||||||
];
|
];
|
||||||
meta = {
|
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user