diff options
| author | Yarny0 <41838844+Yarny0@users.noreply.github.com> | 2023-03-02 13:46:46 +0100 |
|---|---|---|
| committer | Anderson Torres <torres.anderson.85@protonmail.com> | 2023-03-19 22:46:32 -0300 |
| commit | 1293a30f8547f705e1109b934d83c1ccf05e3ae4 (patch) | |
| tree | 8b26e865ab60eb37dd4b0df58eafe40155845f36 | |
| parent | tvbrowser: fix shell indentation in test derivation (diff) | |
| download | nixpkgs-1293a30f8547f705e1109b934d83c1ccf05e3ae4.tar.gz | |
tvbrowser: rely on default `mainProgram` in meta data
No need to explicitely set the default value.
| -rw-r--r-- | pkgs/applications/misc/tvbrowser/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/misc/tvbrowser/default.nix b/pkgs/applications/misc/tvbrowser/default.nix index afc810003932..4529cd0d0d9c 100644 --- a/pkgs/applications/misc/tvbrowser/default.nix +++ b/pkgs/applications/misc/tvbrowser/default.nix @@ -74,7 +74,6 @@ stdenv.mkDerivation rec { changelog = "https://www.tvbrowser.org/index.php?id=news"; sourceProvenance = with sourceTypes; [ binaryBytecode fromSource ]; license = licenses.gpl3Plus; - mainProgram = pname; platforms = platforms.linux; maintainers = with maintainers; [ jfrankenau yarny ]; longDescription = '' |
