pigz: add meta.mainProgram

authored by Jeremy Baxter and committed by Bjørn Forsman eb62e6aa 1342a23c

+1
+1
pkgs/by-name/pi/pigz/package.nix
··· 40 40 meta = with lib; { 41 41 homepage = "https://www.zlib.net/pigz/"; 42 42 description = "Parallel implementation of gzip for multi-core machines"; 43 + mainProgram = "pigz"; 43 44 maintainers = [ ]; 44 45 license = licenses.zlib; 45 46 platforms = platforms.unix;