about summary refs log tree commit diff
path: root/pkgs/tools/misc/twm
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2023-11-27 02:17:53 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2023-11-28 16:49:41 +0100
commit41213c07bb6c23231972dfa0a050258d44a0ee7f (patch)
treed9f020857be422a929e2d7c083a50991440d1f50 /pkgs/tools/misc/twm
parentc9407db9a76531319e97fa50d35e9a02a6d47721 (diff)
treewide: add mainProgram
(cherry picked from commit 41974d5ed904a364dcf2f6251b1a25bb5aaa77c1)
Diffstat (limited to 'pkgs/tools/misc/twm')
-rw-r--r--pkgs/tools/misc/twm/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/twm/default.nix b/pkgs/tools/misc/twm/default.nix
index 3f08d53fd4548..79c3584ca9ca8 100644
--- a/pkgs/tools/misc/twm/default.nix
+++ b/pkgs/tools/misc/twm/default.nix
@@ -29,5 +29,6 @@ rustPlatform.buildRustPackage rec {
     changelog = "https://github.com/vinnymeller/twm/releases/tag/v${version}";
     license = licenses.gpl2Only;
     maintainers = with maintainers; [ vinnymeller ];
+    mainProgram = "twm";
   };
 }