Merge pull request #239841 from wahtique/patch-1

This commit is contained in:
Janik
2023-06-26 12:41:49 +02:00
committed by GitHub
+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;
};
}