xmlstarlet: add meta.mainProgram

Yarny0 be69155c e5699088

+1
+1
pkgs/tools/text/xml/xmlstarlet/default.nix
··· 34 description = "A command line tool for manipulating and querying XML data"; 35 homepage = "https://xmlstar.sourceforge.net/"; 36 license = lib.licenses.mit; 37 platforms = lib.platforms.unix; 38 }; 39 }
··· 34 description = "A command line tool for manipulating and querying XML data"; 35 homepage = "https://xmlstar.sourceforge.net/"; 36 license = lib.licenses.mit; 37 + mainProgram = "xmlstarlet"; 38 platforms = lib.platforms.unix; 39 }; 40 }