qrcp: unmark broken on darwin

Closes #291088
This commit is contained in:
Sandro Jäckel 2024-02-24 19:42:30 +01:00
parent a4695440be
commit c456ff1d92
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -42,7 +42,6 @@ buildGoModule rec {
'';
license = licenses.mit;
maintainers = with maintainers; [ fgaz ];
broken = stdenv.isDarwin; # needs golang.org/x/sys bump
mainProgram = "qrcp";
};
}