atool: add meta.mainProgram

This commit is contained in:
Austin Horstman 2024-04-09 22:47:22 -05:00
parent 6fe145f2d0
commit 548e6d56ae
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
description = "Archive command line helper";
platforms = lib.platforms.unix;
license = lib.licenses.gpl3;
mainProgram = "atool";
};
}