catimg: add meta.mainProgram

This commit is contained in:
NotAShelf 2023-08-16 21:56:27 +03:00
parent a58595985e
commit bb2937dcae
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29

View File

@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
description = "Insanely fast image printing in your terminal";
maintainers = with maintainers; [ ryantm ];
platforms = platforms.unix;
mainProgram = "catimg";
};
}