mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
gzip: enable strictDeps, enable structuredAttrs (#551831)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user