peertube: Document current lack of darwin support in meta

This commit is contained in:
Robert Hensing
2024-12-03 18:07:34 +01:00
parent 4c9ca53890
commit f46d512069
+5 -1
View File
@@ -190,7 +190,11 @@ stdenv.mkDerivation rec {
'';
license = licenses.agpl3Plus;
homepage = "https://joinpeertube.org/";
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
platforms = [
"x86_64-linux" "aarch64-linux"
# feasible, looking for maintainer to help out
# "x86_64-darwin" "aarch64-darwin"
];
maintainers = with maintainers; [ immae izorkin stevenroose ];
};
}