osmo-hnbgw: mark as broken

This commit is contained in:
Naxdy
2025-10-11 16:39:47 +02:00
parent 1e695f6ed8
commit cbb068d165

View File

@@ -56,5 +56,7 @@ stdenv.mkDerivation rec {
license = lib.licenses.agpl3Plus;
maintainers = [ ];
platforms = lib.platforms.linux;
# fails to compile; out of date
broken = true;
};
}