homepage-dashboard: mark as broken for darwin

This commit is contained in:
Jon Seager 2023-12-11 11:44:10 +00:00
parent d2f88656bd
commit 4d0a013fde
No known key found for this signature in database

View file

@ -79,5 +79,6 @@ buildNpmPackage rec {
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ jnsgruk ];
platforms = lib.platforms.all;
broken = stdenv.isDarwin;
};
}