cod: mark package as not broken on linux
This commit is contained in:
parent
3ae20aa58a
commit
9a6b99ec5a
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ buildGoModule rec {
|
|||
homepage = "https://github.com/dim-an/cod/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||
broken = true;
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue