depot/third_party/nixpkgs/pkgs/os-specific/linux/minimal-bootstrap/gawk/common.nix

12 lines
280 B
Nix
Raw Normal View History

{ lib }:
{
meta = with lib; {
description = "GNU implementation of the Awk programming language";
homepage = "https://www.gnu.org/software/gawk";
license = licenses.gpl3Plus;
maintainers = teams.minimal-bootstrap.members;
platforms = platforms.unix;
};
}