mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +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
|
in
|
||||||
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
|
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
|
||||||
|
|
||||||
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "GitLab Docker toolset to pack, ship, store, and deliver content";
|
description = "GitLab Docker toolset to pack, ship, store, and deliver content";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue