Unverified Commit e84636c9 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

gzip: use makeShellWrapper instead of makeWrapper (#351097)

parents 9de99ed5 5dd6467e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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 = [