libspelling: move gtksourceview5 from buildInputs to propagatedBuildInputs
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user