mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
rt: fix build error
ZHF: #80379 https://hydra.nixos.org/build/113061284 Added requiredPerlModules as suggested for similar problem as described for similar problem here: https://github.com/NixOS/nixpkgs/issues/72783#issuecomment-549817011
This commit is contained in:
parent
3aade16ff3
commit
3e50e26e7d
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||
perl
|
||||
(buildEnv {
|
||||
name = "rt-perl-deps";
|
||||
paths = (with perlPackages; [
|
||||
paths = with perlPackages; (requiredPerlModules [
|
||||
ApacheSession BusinessHours CGIEmulatePSGI CGIPSGI
|
||||
CSSMinifierXS CSSSquish ConvertColor CryptEksblowfish
|
||||
CryptSSLeay DBDSQLite DBDmysql DBIxSearchBuilder DataGUID
|
||||
|
Loading…
Reference in New Issue
Block a user