perlDeps: Use lib.closePropagation

Apparentely, buildEnv in 20.03 no longer respects
propagated-build-inputs.

Note that the use of a library function (closePropagation) seems
fundamentally wrong to me - propagated-build-inputs should be used at
runtime, not at evaluation time.
This commit is contained in:
Eelco Dolstra 2020-03-31 13:19:36 +02:00
parent 22a65d0269
commit f6119f2b19
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -41,7 +41,7 @@
perlDeps = buildEnv {
name = "hydra-perl-deps";
paths = with perlPackages;
paths = with perlPackages; lib.closePropagation
[ ModulePluggable
CatalystActionREST
CatalystAuthenticationStoreDBIxClass