kde5.sonnet: propagate all buildInputs
This commit is contained in:
parent
e5eada7ab8
commit
c78bae87ce
|
@ -5,9 +5,7 @@
|
||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "sonnet";
|
name = "sonnet";
|
||||||
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
buildInputs = [ hunspell ];
|
buildInputs = [ hunspell ];
|
||||||
meta = {
|
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue