mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
xmlstarlet: add meta.mainProgram
This commit is contained in:
parent
e569908808
commit
be69155c3a
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A command line tool for manipulating and querying XML data";
|
description = "A command line tool for manipulating and querying XML data";
|
||||||
homepage = "https://xmlstar.sourceforge.net/";
|
homepage = "https://xmlstar.sourceforge.net/";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
|
mainProgram = "xmlstarlet";
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user