Unverified Commit 97e40605 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #240997 from xworld21/perl-binary-wrapper

perl: use makeBinaryWrapper for perl.withPackages
parents e7ec942d 3ea8390d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, perl, buildEnv, makeWrapper
{ lib, perl, buildEnv, makeBinaryWrapper
, extraLibs ? []
, extraOutputsToInstall ? []
, postBuild ? ""
@@ -17,7 +17,7 @@ let
    inherit ignoreCollisions;
    extraOutputsToInstall = [ "out" ] ++ extraOutputsToInstall;

    nativeBuildInputs = [ makeWrapper ];
    nativeBuildInputs = [ makeBinaryWrapper ];

    # we create wrapper for the binaries in the different packages
    postBuild = ''