cod: mark package as not broken on linux

This commit is contained in:
William Veal Phan 2023-06-26 01:06:31 +02:00 committed by wahtique
parent 3ae20aa58a
commit 9a6b99ec5a
No known key found for this signature in database
GPG Key ID: 370DD9BE9121F0B3

View File

@ -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;
};
}