mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
gitlab-container-registry: fix build on darwin with sandbox
This commit is contained in:
parent
b897b6fca3
commit
3277dd227d
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue