forked from lix-project/hydra
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:
parent
22a65d0269
commit
f6119f2b19
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
|
||||
perlDeps = buildEnv {
|
||||
name = "hydra-perl-deps";
|
||||
paths = with perlPackages;
|
||||
paths = with perlPackages; lib.closePropagation
|
||||
[ ModulePluggable
|
||||
CatalystActionREST
|
||||
CatalystAuthenticationStoreDBIxClass
|
||||
|
|
Loading…
Reference in a new issue