Skip to content

Commit eb62e6a

Browse files
jtbxbjornfor
authored andcommitted
pigz: add meta.mainProgram
1 parent 1342a23 commit eb62e6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/by-name/pi/pigz/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
4040
meta = with lib; {
4141
homepage = "https://www.zlib.net/pigz/";
4242
description = "Parallel implementation of gzip for multi-core machines";
43+
mainProgram = "pigz";
4344
maintainers = [ ];
4445
license = licenses.zlib;
4546
platforms = platforms.unix;

0 commit comments

Comments
 (0)