Loading pkgs/by-name/li/libspelling/package.nix +8 −3 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
pkgs/by-name/li/libspelling/package.nix +8 −3 Original line number Diff line number Diff line Loading @@ -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" Loading