perl: passthru perl
Required for compat with CppNix derivation. Fixes: https://git.lix.systems/lix-project/lix/issues/971 Change-Id: I6c38545b7a34b22843fc9acfbb042259cd824d84
This commit is contained in:
@@ -58,5 +58,7 @@ perl.pkgs.toPerlModule (
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postUnpack = "sourceRoot=$sourceRoot/perl";
|
||||
|
||||
passthru = { inherit perl; };
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user