pigz: add updateScript
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
zlib,
|
||||
ncompress,
|
||||
which,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -52,6 +53,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = "https://www.zlib.net/pigz/";
|
||||
description = "Parallel implementation of gzip for multi-core machines";
|
||||
|
||||
Reference in New Issue
Block a user