···1-{
2- lib,
3- fetchFromGitHub,
4- rustPlatform,
5-}:
6-7-rustPlatform.buildRustPackage rec {
8- pname = "webmetro";
9- version = "unstable-20180426";
10-11- src = fetchFromGitHub {
12- owner = "Tangent128";
13- repo = pname;
14- rev = "4f6cc00fe647bd311d00a8a4cb53ab08f20a04f9";
15- sha256 = "1n2c7ygs8qsd5zgii6fqqcwg427bsij082bg4ijnzkq5630dx651";
16- };
17-18- cargoHash = "sha256-6LfJ5rI7Y+ziEIMxPpKxOS+VSrKuKohEcqIK7xdKhNg=";
19-20- meta = with lib; {
21- description = "Simple relay server for broadcasting a WebM stream";
22- longDescription = ''
23- Webmetro is a simple relay server for broadcasting a WebM stream
24- from one uploader to many downloaders, via HTTP.
25- The initialization segment is remembered, so that viewers can join
26- mid-stream. Cluster timestamps are rewritten to be monotonic, so multiple
27- (compatibly-encoded) webm files can be chained together without
28- clients needing to reconnect.
29- '';
30- license = with licenses; [ mit ];
31- maintainers = with maintainers; [ leenaars ];
32- mainProgram = "webmetro";
33- };
34-}
···0000000000000000000000000000000000
+1
pkgs/top-level/aliases.nix
···1489 ''; # Add 2023-07-29
1490 waypoint = throw "waypoint has been removed from nixpkgs as the upstream project was archived"; # Added 2024-04-24
1491 webkitgtk = lib.warnOnInstantiate "Explicitly set the ABI version of 'webkitgtk'" webkitgtk_4_0;
01492 wg-bond = throw "'wg-bond' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
1493 wineWayland = wine-wayland;
1494 win-virtio = virtio-win; # Added 2023-10-17
···1489 ''; # Add 2023-07-29
1490 waypoint = throw "waypoint has been removed from nixpkgs as the upstream project was archived"; # Added 2024-04-24
1491 webkitgtk = lib.warnOnInstantiate "Explicitly set the ABI version of 'webkitgtk'" webkitgtk_4_0;
1492+ webmetro = throw "'webmetro' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
1493 wg-bond = throw "'wg-bond' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
1494 wineWayland = wine-wayland;
1495 win-virtio = virtio-win; # Added 2023-10-17