We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6445eab + b2d0cbc commit 1edcaccCopy full SHA for 1edcacc
pkgs/by-name/hy/hydra/package.nix
@@ -239,7 +239,7 @@ stdenv.mkDerivation (finalAttrs: {
239
read -n 4 chars < $i
240
if [[ $chars =~ ELF ]]; then continue; fi
241
wrapProgram $i \
242
- --prefix PERL5LIB ':' $out/libexec/hydra/lib:$PERL5LIB \
+ --prefix PERL5LIB ':' "$out/libexec/hydra/lib:${perlPackages.makePerlPath [ perlDeps ]}" \
243
--prefix PATH ':' $out/bin:$hydraPath \
244
--set-default HYDRA_RELEASE ${finalAttrs.version} \
245
--set HYDRA_HOME $out/libexec/hydra \
0 commit comments