rauthy: unset meta.platforms

Rauthy seems to build fine on darwin as well.

Signed-off-by: David Wronek <david.wronek@mainlining.org>
This commit is contained in:
David Wronek
2026-04-25 18:41:22 +02:00
parent aba7aa121e
commit d448ac6892
-1
View File
@@ -68,7 +68,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/sebadob/rauthy";
changelog = "https://github.com/sebadob/rauthy/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.asl20;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [
angelodlfrtr
ungeskriptet