···11-{
22- lib,
33- fetchFromGitHub,
44- rustPlatform,
55-}:
66-77-rustPlatform.buildRustPackage rec {
88- pname = "webmetro";
99- version = "unstable-20180426";
1010-1111- src = fetchFromGitHub {
1212- owner = "Tangent128";
1313- repo = pname;
1414- rev = "4f6cc00fe647bd311d00a8a4cb53ab08f20a04f9";
1515- sha256 = "1n2c7ygs8qsd5zgii6fqqcwg427bsij082bg4ijnzkq5630dx651";
1616- };
1717-1818- cargoHash = "sha256-6LfJ5rI7Y+ziEIMxPpKxOS+VSrKuKohEcqIK7xdKhNg=";
1919-2020- meta = with lib; {
2121- description = "Simple relay server for broadcasting a WebM stream";
2222- longDescription = ''
2323- Webmetro is a simple relay server for broadcasting a WebM stream
2424- from one uploader to many downloaders, via HTTP.
2525- The initialization segment is remembered, so that viewers can join
2626- mid-stream. Cluster timestamps are rewritten to be monotonic, so multiple
2727- (compatibly-encoded) webm files can be chained together without
2828- clients needing to reconnect.
2929- '';
3030- license = with licenses; [ mit ];
3131- maintainers = with maintainers; [ leenaars ];
3232- mainProgram = "webmetro";
3333- };
3434-}
+1
pkgs/top-level/aliases.nix
···14891489 ''; # Add 2023-07-29
14901490 waypoint = throw "waypoint has been removed from nixpkgs as the upstream project was archived"; # Added 2024-04-24
14911491 webkitgtk = lib.warnOnInstantiate "Explicitly set the ABI version of 'webkitgtk'" webkitgtk_4_0;
14921492+ webmetro = throw "'webmetro' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
14921493 wg-bond = throw "'wg-bond' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
14931494 wineWayland = wine-wayland;
14941495 win-virtio = virtio-win; # Added 2023-10-17