Commit d448ac68 authored by David Wronek's avatar David Wronek
Browse files

rauthy: unset meta.platforms



Rauthy seems to build fine on darwin as well.

Signed-off-by: default avatarDavid Wronek <david.wronek@mainlining.org>
parent aba7aa12
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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