Skip to content

Commit 1edcacc

Browse files
hydra: avoid drawing in development dependencies from nix 2.29 on runtime (#417078)
2 parents 6445eab + b2d0cbc commit 1edcacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/hy/hydra/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ stdenv.mkDerivation (finalAttrs: {
239239
read -n 4 chars < $i
240240
if [[ $chars =~ ELF ]]; then continue; fi
241241
wrapProgram $i \
242-
--prefix PERL5LIB ':' $out/libexec/hydra/lib:$PERL5LIB \
242+
--prefix PERL5LIB ':' "$out/libexec/hydra/lib:${perlPackages.makePerlPath [ perlDeps ]}" \
243243
--prefix PATH ':' $out/bin:$hydraPath \
244244
--set-default HYDRA_RELEASE ${finalAttrs.version} \
245245
--set HYDRA_HOME $out/libexec/hydra \

0 commit comments

Comments
 (0)