mg.meta.mainProgram: init

This commit is contained in:
Alyssa Ross
2023-09-25 12:41:28 +00:00
parent 034b9ec5f7
commit ddccd7aa55
+1
View File
@@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
description = "Micro GNU/emacs, a portable version of the mg maintained by the OpenBSD team";
homepage = "https://man.openbsd.org/OpenBSD-current/man1/mg.1";
license = licenses.publicDomain;
mainProgram = "mg";
platforms = platforms.all;
};
}