kde5.kcoreaddons: propagate all buildInputs
This commit is contained in:
parent
1f27e8cfd5
commit
2c0231e0b0
1 changed files with 2 additions and 4 deletions
|
@ -5,12 +5,10 @@
|
|||
|
||||
kdeFramework {
|
||||
name = "kcoreaddons";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
nativeBuildInputs = [ extra-cmake-modules makeQtWrapper ];
|
||||
buildInputs = [ shared_mime_info ];
|
||||
propagatedBuildInputs = [ shared_mime_info ];
|
||||
postInstall = ''
|
||||
wrapQtProgram "$out/bin/desktoptojson"
|
||||
'';
|
||||
meta = {
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue