Skip to content

Commit

Permalink
peertube: Document current lack of darwin support in meta (#361492)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Dec 5, 2024
2 parents 774f423 + f46d512 commit 9a78c7a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/servers/peertube/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit 9a78c7a

Please sign in to comment.