obs-studio-plugins.wlrobs: mark aarch64-linux as supported (#420422)

This commit is contained in:
Franz Pletz
2025-06-30 09:09:10 +02:00
committed by GitHub
@@ -38,6 +38,6 @@ stdenv.mkDerivation {
homepage = "https://hg.sr.ht/~scoopta/wlrobs";
maintainers = with maintainers; [ grahamc ];
license = licenses.gpl3Plus;
platforms = [ "x86_64-linux" ];
platforms = platforms.linux;
};
}