cod: mark broken

This commit is contained in:
Sandro Jäckel 2022-06-30 00:23:33 +02:00
parent f533896282
commit 00c238249e
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -29,10 +29,10 @@ buildGoModule rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "Tool for generating Bash/Fish/Zsh autocompletions based on `--help` output";
homepage = "https://github.com/dim-an/cod/";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
broken = true;
};
}