pigz: add updateScript

This commit is contained in:
SandaruKasa
2026-06-04 23:14:52 +03:00
parent d4df27fea5
commit 2f469e5b31
+5
View File
@@ -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";