lol

gzip: use makeShellWrapper instead of makeWrapper (#351097)

authored by

Arne Keller and committed by
GitHub
e84636c9 9de99ed5

+2 -2
+2 -2
pkgs/tools/compression/gzip/default.nix
··· 1 1 { lib, stdenv 2 2 , fetchurl 3 - , makeWrapper 3 + , makeShellWrapper 4 4 , updateAutotoolsGnuConfigScriptsHook 5 5 , runtimeShellPackage 6 6 }: ··· 23 23 24 24 enableParallelBuilding = true; 25 25 26 - nativeBuildInputs = [ updateAutotoolsGnuConfigScriptsHook makeWrapper ]; 26 + nativeBuildInputs = [ updateAutotoolsGnuConfigScriptsHook makeShellWrapper ]; 27 27 buildInputs = [ runtimeShellPackage ]; 28 28 29 29 makeFlags = [