There are a few instances of `fetchFromGitLab` in the repo, for instance `gtk-doc.src`.
My primary goal when writing this was changing the output derivation following #11. This is doable with a lot less diff in `fetchFromGitLab`, but it's worth asking whether both fetchers should be different and why. I think a lot of the divergence comes from years of random commits rather than from design.
Reviewed-by: @isabelroses
Co-authored-by: Julie B. <no-reply@bbjubjub.fr>
Reviewed-on: #14
Co-authored-by: Ghost <>
Co-committed-by: Ghost <>
We should reflect that we are now on Forgejo and have a different
process to the Nixos organization for adding maintainers.
Reviewed-on: #17
Reviewed-by: Coded <me@thecoded.prof>
Co-authored-by: isabel <isabel@isabelroses.com>
Co-committed-by: isabel <isabel@isabelroses.com>
Take optional argument `passthru` for custom passthru attribute set.
Update the `meta` attribute via `<pkg>.overrideAttrs` instead of
attribute set update (`//`).
Attach attributes `owner`, `repo` and `rev` via `passthru` instead of
attribute set update.