diff options
| author | Colin <colin@uninsane.org> | 2023-11-27 10:10:13 +0000 |
|---|---|---|
| committer | Colin <colin@uninsane.org> | 2023-11-27 10:10:17 +0000 |
| commit | 3a55403cf4cf7d5237b184b02a6a3051c6ae700d (patch) | |
| tree | f402c70cecec9d84bf6a7f5109d4ae157d539e75 /pkgs/build-support/fetchgitlab | |
| parent | Merge pull request #267212 from eyJhb/transgui-update (diff) | |
| download | nixpkgs-3a55403cf4cf7d5237b184b02a6a3051c6ae700d.tar.gz | |
fetchFromGitLab: passthru owner and repo
this makes the output more consistent with `fetchFromGitHub`.
Diffstat (limited to 'pkgs/build-support/fetchgitlab')
| -rw-r--r-- | pkgs/build-support/fetchgitlab/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/fetchgitlab/default.nix b/pkgs/build-support/fetchgitlab/default.nix index 146845e06a71..2ccb81335cc2 100644 --- a/pkgs/build-support/fetchgitlab/default.nix +++ b/pkgs/build-support/fetchgitlab/default.nix @@ -30,5 +30,5 @@ let }) // passthruAttrs // { inherit name; }; in -fetcher fetcherArgs // { meta.homepage = "${protocol}://${domain}/${slug}/"; inherit rev; } +fetcher fetcherArgs // { meta.homepage = "${protocol}://${domain}/${slug}/"; inherit rev owner repo; } ) |
