libspelling: move gtksourceview5 from buildInputs to propagatedBuildInputs

This commit is contained in:
mangoiv
2025-05-14 09:33:30 +02:00
parent f13b927ceb
commit 8f10c7d447
+8 -3
View File
@@ -42,14 +42,19 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
glib
gtk4
gtksourceview5
enchant
icu
libsysprof-capture
];
propagatedBuildInputs = [
# These were moved from buildInputs because they are
# listed in `Requires` key of `libspelling-1.pc`
glib
gtk4
gtksourceview5
];
postFixup = ''
# Cannot be in postInstall, otherwise _multioutDocs hook in preFixup will move right back.
moveToOutput "share/doc" "$devdoc"