mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
Merge pull request #206045 from freezeboy/unbreak-regctl
regclient: remove broken flag on darwin as it works
This commit is contained in:
commit
4d5bc5cf81
@ -33,7 +33,6 @@ buildGoModule rec {
|
||||
);
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
description = "Docker and OCI Registry Client in Go and tooling using those libraries";
|
||||
homepage = "https://github.com/regclient/regclient";
|
||||
license = licenses.asl20;
|
||||
|
Loading…
Reference in New Issue
Block a user