about summary refs log tree commit diff
path: root/pkgs/tools/text/base16384/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/base16384/default.nix')
-rw-r--r--pkgs/tools/text/base16384/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/text/base16384/default.nix b/pkgs/tools/text/base16384/default.nix
index c9937fa5cd69b..7111eece42958 100644
--- a/pkgs/tools/text/base16384/default.nix
+++ b/pkgs/tools/text/base16384/default.nix
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Encode binary files to printable utf16be";
+    mainProgram = "base16384";
     homepage = "https://github.com/fumiama/base16384";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ aleksana ];