about summary refs log tree commit diff
path: root/pkgs/applications/misc/webfontkitgenerator/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/webfontkitgenerator/default.nix')
-rw-r--r--pkgs/applications/misc/webfontkitgenerator/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/webfontkitgenerator/default.nix b/pkgs/applications/misc/webfontkitgenerator/default.nix
index 57d006a5b569..c4a3a7b86e98 100644
--- a/pkgs/applications/misc/webfontkitgenerator/default.nix
+++ b/pkgs/applications/misc/webfontkitgenerator/default.nix
@@ -53,6 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
 
   meta = with lib; {
     description = "Webfont Kit Generator is a simple utility that allows you to generate woff, woff2 and the necessary CSS boilerplate from non-web font formats (otf & ttf)";
+    mainProgram = "webfontkitgenerator";
     homepage = "https://apps.gnome.org/app/com.rafaelmardojai.WebfontKitGenerator";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ benediktbroich ];