Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

grc: add mainProgram

+1
+1
pkgs/tools/misc/grc/default.nix
··· 48 license = licenses.gpl2Plus; 49 maintainers = with maintainers; [ azahi lovek323 AndersonTorres peterhoeg ]; 50 platforms = platforms.unix; 51 }; 52 }
··· 48 license = licenses.gpl2Plus; 49 maintainers = with maintainers; [ azahi lovek323 AndersonTorres peterhoeg ]; 50 platforms = platforms.unix; 51 + mainProgram = "grc"; 52 }; 53 }