Skip to content

Commit

Permalink
gzip: use makeShellWrapper instead of makeWrapper (NixOS#351097)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Dec 20, 2024
2 parents 9de99ed + 5dd6467 commit e84636c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/compression/gzip/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ lib, stdenv
, fetchurl
, makeWrapper
, makeShellWrapper
, updateAutotoolsGnuConfigScriptsHook
, runtimeShellPackage
}:
Expand All @@ -23,7 +23,7 @@ stdenv.mkDerivation rec {

enableParallelBuilding = true;

nativeBuildInputs = [ updateAutotoolsGnuConfigScriptsHook makeWrapper ];
nativeBuildInputs = [ updateAutotoolsGnuConfigScriptsHook makeShellWrapper ];
buildInputs = [ runtimeShellPackage ];

makeFlags = [
Expand Down

0 comments on commit e84636c

Please sign in to comment.