regclient: remove broken flag on darwin as it works
This commit is contained in:
parent
b9a0cd40ed
commit
512101d325
@ -33,7 +33,6 @@ buildGoModule rec {
|
|||||||
);
|
);
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
broken = stdenv.isDarwin;
|
|
||||||
description = "Docker and OCI Registry Client in Go and tooling using those libraries";
|
description = "Docker and OCI Registry Client in Go and tooling using those libraries";
|
||||||
homepage = "https://github.com/regclient/regclient";
|
homepage = "https://github.com/regclient/regclient";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
Loading…
Reference in New Issue
Block a user