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

perl: use makeBinaryWrapper for perl.withPackages
This commit is contained in:
Sandro 2023-07-14 21:29:08 +02:00 committed by GitHub
commit 97e4060597
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
{ 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 = ''