mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
gitlab-container-registry: fix build on darwin with sandbox
(cherry picked from commit 3277dd227d)
This commit is contained in:
committed by
github-actions[bot]
parent
f28cd4e4b7
commit
f9f34a48b6
@@ -32,6 +32,8 @@ buildGoModule rec {
|
||||
in
|
||||
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "GitLab Docker toolset to pack, ship, store, and deliver content";
|
||||
license = licenses.asl20;
|
||||
|
||||
Reference in New Issue
Block a user