kde5.kjsembed: propagate all buildInputs
This commit is contained in:
parent
27078990f9
commit
7490f3662c
@ -4,14 +4,11 @@
|
|||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "kjsembed";
|
name = "kjsembed";
|
||||||
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
|
||||||
buildInputs = [ qtsvg ];
|
propagatedBuildInputs = [ ki18n kjs qtsvg ];
|
||||||
propagatedBuildInputs = [ ki18n kjs ];
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapQtProgram "$out/bin/kjscmd5"
|
wrapQtProgram "$out/bin/kjscmd5"
|
||||||
wrapQtProgram "$out/bin/kjsconsole"
|
wrapQtProgram "$out/bin/kjsconsole"
|
||||||
'';
|
'';
|
||||||
meta = {
|
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user