We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345c263 commit 602a858Copy full SHA for 602a858
pkgs/by-name/pe/peertube-viewer/package.nix
@@ -2,10 +2,9 @@
2
lib,
3
fetchFromGitLab,
4
rustPlatform,
5
- youtube-dl,
6
}:
7
8
-rustPlatform.buildRustPackage rec {
+rustPlatform.buildRustPackage {
9
pname = "peertube-viewer";
10
version = "1.8.6";
11
@@ -23,5 +22,6 @@ rustPlatform.buildRustPackage rec {
23
22
homepage = "https://gitlab.com/peertube-viewer/peertube-viewer-rs";
24
license = licenses.agpl3Only;
25
maintainers = with maintainers; [ haruki7049 ];
+ mainProgram = "peertube-viewer-rs";
26
};
27
}
0 commit comments