summary refs log tree commit diff
path: root/pkgs/applications/misc/kile-wl
diff options
context:
space:
mode:
authorfortuneteller2k <lythe1107@gmail.com>2021-05-07 20:08:39 +0800
committerfortuneteller2k <lythe1107@gmail.com>2021-05-08 05:49:03 +0800
commit55619fd85e25e193507629fa0f2f16ec8aadc8a6 (patch)
treeabc5c630ac0600f0bea97f2f2a4b051286d6a0e8 /pkgs/applications/misc/kile-wl
parentae1c8ede09b53007ba9b3c32f926c9c03547ae8b (diff)
downloadnixpkgs-55619fd85e25e193507629fa0f2f16ec8aadc8a6.tar
nixpkgs-55619fd85e25e193507629fa0f2f16ec8aadc8a6.tar.gz
nixpkgs-55619fd85e25e193507629fa0f2f16ec8aadc8a6.tar.bz2
nixpkgs-55619fd85e25e193507629fa0f2f16ec8aadc8a6.tar.lz
nixpkgs-55619fd85e25e193507629fa0f2f16ec8aadc8a6.tar.xz
nixpkgs-55619fd85e25e193507629fa0f2f16ec8aadc8a6.tar.zst
nixpkgs-55619fd85e25e193507629fa0f2f16ec8aadc8a6.zip
kile-wl: add meta.mainProgram
Diffstat (limited to 'pkgs/applications/misc/kile-wl')
-rw-r--r--pkgs/applications/misc/kile-wl/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/kile-wl/default.nix b/pkgs/applications/misc/kile-wl/default.nix
index 333f008fedc..479c5bf1d8d 100644
--- a/pkgs/applications/misc/kile-wl/default.nix
+++ b/pkgs/applications/misc/kile-wl/default.nix
@@ -22,5 +22,6 @@ rustPlatform.buildRustPackage rec {
     license = licenses.mit;
     platforms = platforms.linux; # It's meant for river, a wayland compositor
     maintainers = with maintainers; [ fortuneteller2k ];
+    mainProgram = "kile";
   };
 }