kde5.kpackage: propagate all buildInputs
This commit is contained in:
parent
de47317ef2
commit
5a4f8bb04b
@ -10,14 +10,11 @@
|
|||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "kpackage";
|
name = "kpackage";
|
||||||
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
|
||||||
buildInputs = [ karchive kconfig ];
|
propagatedBuildInputs = [ karchive kconfig kcoreaddons ki18n ];
|
||||||
propagatedBuildInputs = [ kcoreaddons ki18n ];
|
|
||||||
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapQtProgram "$out/bin/kpackagetool5"
|
wrapQtProgram "$out/bin/kpackagetool5"
|
||||||
'';
|
'';
|
||||||
meta = {
|
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user