gzip: enable strictDeps, enable structuredAttrs (#551831)

This commit is contained in:
Michael Daniels
2026-08-12 21:22:07 +00:00
committed by GitHub

View File

@@ -44,6 +44,8 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [ runtimeShellPackage ];
strictDeps = true;
makeFlags = [
"SHELL=/bin/sh"
"GREP=grep"
@@ -87,6 +89,8 @@ stdenv.mkDerivation (finalAttrs: {
passthru.tests.makecheck = gzip.overrideAttrs { doCheck = true; };
__structuredAttrs = true;
meta = {
homepage = "https://www.gnu.org/software/gzip/";
description = "GNU zip compression program";