Unverified Commit 8f10c7d4 authored by mangoiv's avatar mangoiv
Browse files

libspelling: move gtksourceview5 from buildInputs to propagatedBuildInputs

parent f13b927c
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -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"