mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
perl: use makeBinaryWrapper for perl.withPackages
This commit is contained in:
parent
931b8a4979
commit
3ea8390db3
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user