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:
Jade Lovelace
2025-08-22 01:51:47 +00:00
committed by jade
parent ac9721a92e
commit a84355a813
+2
View File
@@ -58,5 +58,7 @@ perl.pkgs.toPerlModule (
enableParallelBuilding = true;
postUnpack = "sourceRoot=$sourceRoot/perl";
passthru = { inherit perl; };
}
)