Skip to content

Commit

Permalink
rt: fix build error
Browse files Browse the repository at this point in the history
ZHF: NixOS#80379
https://hydra.nixos.org/build/113061284

Added requiredPerlModules as suggested for similar problem as described for
similar problem here:
NixOS#72783 (comment)

(cherry picked from commit 3e50e26)
  • Loading branch information
stigtsp authored and stigok committed Jun 12, 2020
1 parent 00afcce commit 70bff1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/rt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70bff1d

Please sign in to comment.