From bb2937dcae883a27b320304f86e867d87fe29bc3 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 16 Aug 2023 21:56:27 +0300 Subject: [PATCH] catimg: add meta.mainProgram --- pkgs/tools/misc/catimg/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/catimg/default.nix b/pkgs/tools/misc/catimg/default.nix index 6230b21c387..9edfc576837 100644 --- a/pkgs/tools/misc/catimg/default.nix +++ b/pkgs/tools/misc/catimg/default.nix @@ -19,6 +19,7 @@ stdenv.mkDerivation rec { description = "Insanely fast image printing in your terminal"; maintainers = with maintainers; [ ryantm ]; platforms = platforms.unix; + mainProgram = "catimg"; }; }