Commit 50d16c29 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

webmetro: remove

3 years since the last upstream commit.
parent a5fc7c25
Loading
Loading
Loading
Loading
+0 −34
Original line number Diff line number Diff line
{
  lib,
  fetchFromGitHub,
  rustPlatform,
}:

rustPlatform.buildRustPackage rec {
  pname = "webmetro";
  version = "unstable-20180426";

  src = fetchFromGitHub {
    owner = "Tangent128";
    repo = pname;
    rev = "4f6cc00fe647bd311d00a8a4cb53ab08f20a04f9";
    sha256 = "1n2c7ygs8qsd5zgii6fqqcwg427bsij082bg4ijnzkq5630dx651";
  };

  cargoHash = "sha256-6LfJ5rI7Y+ziEIMxPpKxOS+VSrKuKohEcqIK7xdKhNg=";

  meta = with lib; {
    description = "Simple relay server for broadcasting a WebM stream";
    longDescription = ''
      Webmetro is a simple relay server for broadcasting a WebM stream
      from one uploader to many downloaders, via HTTP.
      The initialization segment is remembered, so that viewers can join
      mid-stream.  Cluster timestamps are rewritten to be monotonic, so multiple
      (compatibly-encoded) webm files can be chained together without
      clients needing to reconnect.
    '';
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ leenaars ];
    mainProgram = "webmetro";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -1489,6 +1489,7 @@ mapAliases {
  ''; # Add 2023-07-29
  waypoint = throw "waypoint has been removed from nixpkgs as the upstream project was archived"; # Added 2024-04-24
  webkitgtk = lib.warnOnInstantiate "Explicitly set the ABI version of 'webkitgtk'" webkitgtk_4_0;
  webmetro = throw "'webmetro' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
  wg-bond = throw "'wg-bond' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
  wineWayland = wine-wayland;
  win-virtio = virtio-win; # Added 2023-10-17