diff --git a/pkgs/tools/compression/gzip/default.nix b/pkgs/tools/compression/gzip/default.nix index 8b10fa1c98d48..3f5ace045a08a 100644 --- a/pkgs/tools/compression/gzip/default.nix +++ b/pkgs/tools/compression/gzip/default.nix @@ -1,6 +1,6 @@ { lib, stdenv , fetchurl -, makeWrapper +, makeShellWrapper , updateAutotoolsGnuConfigScriptsHook , runtimeShellPackage }: @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { enableParallelBuilding = true; - nativeBuildInputs = [ updateAutotoolsGnuConfigScriptsHook makeWrapper ]; + nativeBuildInputs = [ updateAutotoolsGnuConfigScriptsHook makeShellWrapper ]; buildInputs = [ runtimeShellPackage ]; makeFlags = [