cod: mark package as not broken on linux

This commit is contained in:
William Veal Phan
2023-06-26 09:57:39 +02:00
committed by wahtique
parent 3ae20aa58a
commit 9a6b99ec5a
+1 -1
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;
};
}