1{ lib }: 2 3{ 4 meta = with lib; { 5 description = "GNU implementation of the Awk programming language"; 6 homepage = "https://www.gnu.org/software/gawk"; 7 license = licenses.gpl3Plus; 8 teams = [ teams.minimal-bootstrap ]; 9 platforms = platforms.unix; 10 }; 11}