Merge pull request #284264 from reedrw/bashmount-mainprogram

bashmount: set meta.mainProgram
This commit is contained in:
h7x4
2024-01-27 17:28:54 +01:00
committed by GitHub
@@ -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;