Skip to content

Commit

Permalink
pigz: add meta.mainProgram
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbx authored and bjornfor committed Jan 14, 2025
1 parent 1342a23 commit eb62e6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/by-name/pi/pigz/package.nix
Original file line number Diff line number Diff line change
@@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://www.zlib.net/pigz/";
description = "Parallel implementation of gzip for multi-core machines";
mainProgram = "pigz";
maintainers = [ ];
license = licenses.zlib;
platforms = platforms.unix;

0 comments on commit eb62e6a

Please sign in to comment.