bashmount: set meta.mainProgram

This commit is contained in:
Reed 2024-01-27 09:26:40 -05:00
parent c01d3cb418
commit 0090978b2a

View File

@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/jamielinux/bashmount";
description = "A menu-driven bash script for the management of removable media with udisks";
mainProgram = "bashmount";
maintainers = [ maintainers.koral ];
license = licenses.gpl2;
platforms = platforms.all;