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 <>
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.